1
0
forked from me/IronOS

Setup delay not required anymore

This commit is contained in:
Ben V. Brown
2020-08-02 16:18:50 +10:00
parent 026e5cc9c5
commit c066ec8ae5

View File

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