Skip to content

Commit

Permalink
psu thread delay reduced from 1 to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Jul 12, 2019
1 parent 39f99d8 commit 9ae68da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eez/apps/psu/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void mainLoop(const void *) {
oneIter();
#else
while (1) {
osDelay(1);
osDelay(0);
oneIter();
}
#endif
Expand Down

0 comments on commit 9ae68da

Please sign in to comment.