Skip to content

Commit

Permalink
enable usleep
Browse files Browse the repository at this point in the history
  • Loading branch information
computerlyrik committed Jan 13, 2017
1 parent d8e4632 commit 814728a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RPi_utils/RFSniffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ int main(int argc, char *argv[]) {

mySwitch.resetAvailable();
}
// usleep(100);
usleep(100);

}

Expand Down

0 comments on commit 814728a

Please sign in to comment.