OVMS3-idf/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/main/coex_cmd.h
2020-03-04 14:56:26 +08:00

17 lines
468 B
C

/* ESP BLE Mesh Example
This example code is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed to in writing, this
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied.
*/
#ifndef MAIN_COEX_CMD_H_
#define MAIN_COEX_CMD_H_
#define CNSL_CMD_OUTPUT_PREFIX "COEX_CNSL_OUTPUT"
void register_coex_cmd(void);
#endif /* MAIN_COEX_CMD_H_ */