Add extra example parameters to mcuconf

This commit is contained in:
Fabio Utzig 2016-04-03 23:07:38 -03:00
parent 5f83721395
commit df12b3e289
1 changed files with 3 additions and 0 deletions

View File

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