Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Project/main/src/helperFunctions.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ void wait_till_abc_depressed(){
#endif
uint8_t input_count = 1;
uint8_t *abcbtns;
LOG_WRN("Waiting\n");

while(input_count != 0){
abcbtns = abcbtnGetMutexValue();
Expand All @@ -140,8 +139,6 @@ void wait_till_abc_depressed(){
}
native_loop();
}

LOG_WRN("Done waiting\n");
}

//Function to wait untill every 4x4 button has been released
Expand Down
Loading