#ifndef __USER_CONFIG_H #define __USER_CONFIG_H #define APP_TIMER_PRESCALER 0 /**< Value of the RTC1 PRESCALER register. */ #define CENTRAL_LINK_COUNT 0 /**< Number of central links used by the application. When changing this number remember to adjust the RAM settings*/ #define PERIPHERAL_LINK_COUNT 1 /**< Number of peripheral links used by the application. When changing this number remember to adjust the RAM settings*/ #endif