修正 include 错误

This commit is contained in:
lxbpxylps@126.com 2021-03-22 17:52:04 +08:00
parent dea3f23e52
commit f1b5f711bf
3 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,4 @@
#include <Arduino.h>
#include <NeoHWSerial.h>
#include "radioTaiChi.h"

View File

@ -2,7 +2,6 @@
#define RADIOTAICHI_H
#include <Arduino.h>
#include <NeoHWSerial.h>
//注释以关闭调试功能
@ -52,6 +51,7 @@ public:
static void SetHandleMessageFunction(HandleMessageFunction hm_func); //设置接收回调函数
static void DisableReceiveInterrupt(); //禁用接收中断
static void EnableReceiveInterrupt(); //恢复接收中断
private:
static bool Receive(uint8_t ch, uint8_t status); //接收,使用中断触发

View File

@ -4,7 +4,6 @@
#include <Arduino.h>
//注释以关闭调试功能
#define SERVO_DEBUG