1
0
forked from me/IronOS

Update config and clean up debugging calls

This commit is contained in:
Ben V. Brown
2020-07-28 21:20:36 +10:00
parent 8f395e2294
commit 0b2311e001
6 changed files with 29 additions and 30 deletions

View File

@@ -23,6 +23,7 @@ void fusb302_start_processing() {
/* Initialize the FUSB302B */
resetWatchdog();
fusb_setup();
osDelay(50);
resetWatchdog();
/* Create the policy engine thread. */
PolicyEngine::init();