Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.
Dependents: 1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB
Fork of mbed by
Diff: TARGET_EFM32ZG_STK3200/em_device.h
- Revision:
- 113:f141b2784e32
- Parent:
- 98:8ab26030e058
--- a/TARGET_EFM32ZG_STK3200/em_device.h Wed Jan 13 09:48:29 2016 +0000 +++ b/TARGET_EFM32ZG_STK3200/em_device.h Tue Feb 02 14:43:35 2016 +0000 @@ -9,11 +9,13 @@ * @verbatim * Example: Add "-DEFM32G890F128" to your build options, to define part * Add "#include "em_device.h" to your source files + * + * * @endverbatim - * @version 3.20.6 + * @version 4.2.0 ****************************************************************************** * @section License - * <b>(C) Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com</b> + * <b>Copyright 2015 Silicon Laboratories, Inc. http://www.silabs.com</b> ****************************************************************************** * * Permission is granted to anyone to use this software for any purpose, @@ -29,19 +31,18 @@ * DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Silicon Laboratories, Inc. * has no obligation to support this Software. Silicon Laboratories, Inc. is * providing the Software "AS IS", with no express or implied warranties of any - * kind, including, but not limited to, any implied warranties of + * kind, including, but not limited to, any implied warranties of * merchantability or fitness for any particular purpose or warranties against * infringement of any proprietary rights of a third party. * - * Silicon Laboratories, Inc. will not be liable for any consequential, - * incidental, or special damages, or any other relief, or for any claim by + * Silicon Laboratories, Inc. will not be liable for any consequential, + * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * *****************************************************************************/ -#ifndef __EM_DEVICE_H -#define __EM_DEVICE_H - +#ifndef EM_DEVICE_H +#define EM_DEVICE_H #if defined(EFM32ZG108F16) #include "efm32zg108f16.h" @@ -91,9 +92,7 @@ #elif defined(EFM32ZG222F8) #include "efm32zg222f8.h" - #else #error "em_device.h: PART NUMBER undefined" #endif - -#endif +#endif /* EM_DEVICE_H */