8 lines
149 B
C
8 lines
149 B
C
|
#ifndef NRF51_HAL_CONF_H__
|
||
|
#define NRF51_HAL_CONF_H__
|
||
|
|
||
|
#define HAL_UART_MODULE_ENABLED
|
||
|
#define HAL_TIME_MODULE_ENABLED
|
||
|
|
||
|
#endif // NRF51_HAL_CONF_H__
|