11 lines
127 B
C
11 lines
127 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
void ble_manager_task(void *pvParameter);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|