fix bug
This commit is contained in:
1
main.cpp
1
main.cpp
@@ -93,7 +93,6 @@ int main(int argc, char *argv[]) {
|
|||||||
bool ok = true;
|
bool ok = true;
|
||||||
cout << "start running" << endl;
|
cout << "start running" << endl;
|
||||||
do {
|
do {
|
||||||
cout<<"save_mark: "<<save_mark<<endl;
|
|
||||||
char curr_state = mcu_data.state;
|
char curr_state = mcu_data.state;
|
||||||
CNT_TIME("Total", {
|
CNT_TIME("Total", {
|
||||||
if (curr_state == BIG_ENERGY_STATE) {//大能量机关模式
|
if (curr_state == BIG_ENERGY_STATE) {//大能量机关模式
|
||||||
|
|||||||
Reference in New Issue
Block a user