nofuss: custom reset reason

This commit is contained in:
Maxim Prokhorov
2019-11-29 01:14:50 +03:00
parent 5e0ec8613b
commit c43efc7dee

View File

@@ -153,6 +153,7 @@ void nofussSetup() {
#endif
// TODO: NoFUSS will reset the board after this callback returns.
// Maybe this should be optional
customResetReason(CUSTOM_RESET_NOFUSS);
nice_delay(100);
}