1 /**
2  *
3  * @defgroup nrfx_systick_config ARM(R) SysTick driver configuration
4  * @{
5  * @ingroup nrfx_systick
6  */
7 /** @brief
8  *
9  *  Set to 1 to activate.
10  *
11  * @note This is an NRF_CONFIG macro.
12  */
13 #define NRFX_SYSTICK_ENABLED
14 
15 /** @} */
16