This commit is contained in:
JiatongSun
2019-04-14 17:27:52 +08:00
parent 42c5434dc8
commit 77e8735ac7

View File

@@ -25,7 +25,7 @@ using namespace std;
#define ENERGY_STATE 1
#define ARMOR_STATE 0
int state = ARMOR_STATE;
int state = ENERGY_STATE;
float yaw, pitch;
void uartReceive(Uart* uart);