7 lines
115 B
C
7 lines
115 B
C
#ifndef __BAROS_BLE_OTA_H__
|
|
#define __BAROS_BLE_OTA_H__
|
|
#endif
|
|
|
|
#include <stdint.h>
|
|
|
|
uint8_t baros_ble_ota_init();
|