nrf51822_aqi_sensor_test/include/user_config.h

8 lines
563 B
C
Raw Normal View History

2020-09-16 16:39:49 +00:00
#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*/
2020-09-16 16:39:49 +00:00
#endif