Call InitClock before InitPeripherals
This commit is contained in:
@@ -62,8 +62,8 @@ void UpdateUsbReports()
|
||||
}
|
||||
|
||||
void main() {
|
||||
InitPeripherals();
|
||||
InitClock();
|
||||
InitPeripherals();
|
||||
|
||||
if (Wormhole.magicNumber == WORMHOLE_MAGIC_NUMBER && Wormhole.enumerationMode == EnumerationMode_BusPal) {
|
||||
Wormhole.magicNumber = 0;
|
||||
|
||||
Reference in New Issue
Block a user