-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When connected via USB serial, there is often not enough time for the output to be fully recieved before the USB device resets. Add a short 500 ms delay before we call `furi_crash`. This also fixes incorrect `printf` formatting strings with explicit length (the length is provided as the 'precision' value after the decimal rather than the 'width' value before the decimal).
- Loading branch information
Showing
2 changed files
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters