nrf51822_aqi_sensor_test/include/user_config.h

6 lines
176 B
C

#ifndef __USER_CONFIG_H
#define __USER_CONFIG_H
#define APP_TIMER_PRESCALER 0 /**< Value of the RTC1 PRESCALER register. */
#endif