12 lines
157 B
C
Raw Normal View History

#include "mw_bluetooth.h"
2024-12-03 22:49:37 +08:00
// Initial the entity of bluetooth buf.
mw_bluetooth_t bluetooth_drv_buf[bluetooth_num];
mw_bluetooth_drv_init(void)
{
;
}