forked from achamaikin/CCSModuleSW30Web
intermediate version
This commit is contained in:
2
Core/Src/debug.c
Normal file → Executable file
2
Core/Src/debug.c
Normal file → Executable file
@@ -104,7 +104,7 @@ void parse_command(uint8_t* buffer, size_t length) {
|
||||
GBT_Lock(0);
|
||||
|
||||
} else if (strncmp((const char*)buffer, "complete", length) == 0) {
|
||||
CONN_SetState(CONN_Occupied_complete);
|
||||
CONN_SetState(CONN_Finishing);
|
||||
|
||||
} else if (strncmp((const char*)buffer, "start", length) == 0) {
|
||||
printf("Started\n");
|
||||
|
||||
Reference in New Issue
Block a user