led blink example
* led blink example * restore tests * Update FURI_and_examples.md
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <signal.h>
|
||||
|
||||
void osDelay(uint32_t ms) {
|
||||
printf("[DELAY] %d ms\n", ms);
|
||||
// printf("[DELAY] %d ms\n", ms);
|
||||
usleep(ms * 1000);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user