Skip to content

Commit

Permalink
Remove unneeded line (formatting)
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Mar 2, 2024
1 parent b641e07 commit 3458daf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utility/MRAA/compatibility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ void __usleep(int microsec)
clock_nanosleep(CLOCK_REALTIME, 0, &req, NULL);
}


/**
* This function is added in order to simulate arduino millis() function
*/
Expand Down

0 comments on commit 3458daf

Please sign in to comment.