Make RTC clock default

This commit is contained in:
Fabio Utzig 2016-04-03 23:16:45 -03:00
parent df12b3e289
commit 228cc36f38
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@
* HAL driver system settings.
*/
#define NRF51_SERIAL_USE_UART0 TRUE
#define NRF51_ST_USE_RTC0 FALSE
#define NRF51_ST_USE_RTC0 TRUE
#define NRF51_ST_USE_RTC1 FALSE
#define NRF51_ST_USE_TIMER0 TRUE
#define NRF51_ST_USE_TIMER0 FALSE
#endif /* _MCUCONF_H_ */