Added battery capability to Z1 platform

This commit is contained in:
Antonio Lignan 2014-10-08 11:53:09 +02:00
parent 4cc1762851
commit 5bbb0cabbc
1 changed files with 4 additions and 3 deletions

View File

@ -43,9 +43,10 @@
*/
#define ZOLERTIA_Z1 1 /* Enric */
#define PLATFORM_HAS_LEDS 1
#define PLATFORM_HAS_BUTTON 1
#define PLATFORM_HAS_RADIO 1
#define PLATFORM_HAS_LEDS 1
#define PLATFORM_HAS_BUTTON 1
#define PLATFORM_HAS_RADIO 1
#define PLATFORM_HAS_BATTERY 1
/* CPU target speed in Hz */
#define F_CPU 8000000uL /* 8MHz by default */