move away from using enum values during preprocessing

pull/1340/head
Srod Karim 2015-07-24 16:46:39 +02:00 committed by Aksel Skauge Mellbye
parent 529a248c27
commit 1d7d92ed39
5 changed files with 25 additions and 25 deletions

View File

@ -32,12 +32,12 @@
/* Clocks */
/* Clock definitions */
#define LFXO 0
#define HFXO 1
#define LFRCO 2
#define HFRCO 3
#define LFXO 0
#define HFXO 1
#define LFRCO 2
#define HFRCO 3
#if !defined(_EFM32_GECKO_FAMILY)
#define ULFRCO 4
#define ULFRCO 4
#endif
/* Low Energy peripheral clock source.

View File

@ -32,12 +32,12 @@
/* Clocks */
/* Clock definitions */
#define LFXO 0
#define HFXO 1
#define LFRCO 2
#define HFRCO 3
#define LFXO 0
#define HFXO 1
#define LFRCO 2
#define HFRCO 3
#if !defined(_EFM32_GECKO_FAMILY)
#define ULFRCO 4
#define ULFRCO 4
#endif
/* Low Energy peripheral clock source.

View File

@ -32,12 +32,12 @@
/* Clocks */
/* Clock definitions */
#define LFXO 0
#define HFXO 1
#define LFRCO 2
#define HFRCO 3
#define LFXO 0
#define HFXO 1
#define LFRCO 2
#define HFRCO 3
#if !defined(_EFM32_GECKO_FAMILY)
#define ULFRCO 4
#define ULFRCO 4
#endif
/* Low Energy peripheral clock source.

View File

@ -32,12 +32,12 @@
/* Clocks */
/* Clock definitions */
#define LFXO 0
#define HFXO 1
#define LFRCO 2
#define HFRCO 3
#define LFXO 0
#define HFXO 1
#define LFRCO 2
#define HFRCO 3
#if !defined(_EFM32_GECKO_FAMILY)
#define ULFRCO 4
#define ULFRCO 4
#endif
/* Low Energy peripheral clock source.

View File

@ -29,12 +29,12 @@
/* Clocks */
/* Clock definitions */
#define LFXO 0
#define HFXO 1
#define LFRCO 2
#define HFRCO 3
#define LFXO 0
#define HFXO 1
#define LFRCO 2
#define HFRCO 3
#if !defined(_EFM32_GECKO_FAMILY)
#define ULFRCO 4
#define ULFRCO 4
#endif
/* Low Energy peripheral clock source.