12 lines
157 B
C
12 lines
157 B
C
#include "mw_bluetooth.h"
|
|
|
|
|
|
// Initial the entity of bluetooth buf.
|
|
mw_bluetooth_t bluetooth_drv_buf[bluetooth_num];
|
|
|
|
mw_bluetooth_drv_init(void)
|
|
{
|
|
;
|
|
}
|
|
|