pref: 更改通信帧接收完成回调函数格式
This commit is contained in:
@@ -35,9 +35,13 @@
|
||||
#include "by_tiny_frame_pack.h"
|
||||
/** 测试完成后移除 **/
|
||||
|
||||
void test(void)
|
||||
void test(uint8_t status)
|
||||
{
|
||||
printf("hhhhhhok\r\n");
|
||||
if (status) {
|
||||
printf("noooooooo!\r\n");
|
||||
} else {
|
||||
printf("hhhhhhok\r\n");
|
||||
}
|
||||
}
|
||||
|
||||
int main(void)
|
||||
|
||||
Reference in New Issue
Block a user