t

Fork of mbed-dev by mbed official

Revision:
144:ef7eb2e8f9f7
Parent:
0:9b334a45a8ff
--- a/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/twi_config.h	Tue Aug 02 14:07:36 2016 +0000
+++ b/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/twi_config.h	Fri Sep 02 15:07:44 2016 +0100
@@ -1,20 +1,20 @@
-/* Copyright (c) 2012 Nordic Semiconductor. All Rights Reserved.
- *
- * The information contained herein is property of Nordic Semiconductor ASA.
- * Terms and conditions of usage are described in detail in NORDIC
- * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
- *
- * Licensees are granted free, non-transferable use of the information. NO
- * WARRANTY of ANY KIND is provided. This heading must NOT be removed from
- * the file.
- *
- */
-#ifndef TWI_MASTER_CONFIG
-#define TWI_MASTER_CONFIG
-
-#include "PinNames.h"
-
-#define TWI_MASTER_CONFIG_CLOCK_PIN_NUMBER (I2C_SCL0)
-#define TWI_MASTER_CONFIG_DATA_PIN_NUMBER (I2C_SDA0)
-
-#endif
+/* Copyright (c) 2012 Nordic Semiconductor. All Rights Reserved.
+ *
+ * The information contained herein is property of Nordic Semiconductor ASA.
+ * Terms and conditions of usage are described in detail in NORDIC
+ * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
+ *
+ * Licensees are granted free, non-transferable use of the information. NO
+ * WARRANTY of ANY KIND is provided. This heading must NOT be removed from
+ * the file.
+ *
+ */
+#ifndef TWI_MASTER_CONFIG
+#define TWI_MASTER_CONFIG
+
+#include "PinNames.h"
+
+#define TWI_MASTER_CONFIG_CLOCK_PIN_NUMBER (I2C_SCL0)
+#define TWI_MASTER_CONFIG_DATA_PIN_NUMBER (I2C_SDA0)
+
+#endif