nrf51822_aqi_sensor_test/include/user_functions.h

6 lines
100 B
C

#ifndef __USER_FUNCTIONS_H
#define __USER_FUNCTIONS_H
uint32_t ble_new_event_handler(void);
#endif