mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
Fix CLI bootloader
This commit is contained in:
@@ -418,6 +418,9 @@ bool pcbVersionIsLocked() {
|
||||
return *reinterpret_cast<const uint8_t *>(InternalFlash::Config::OTPLockAddress(k_pcbVersionOTPIndex)) == 0;
|
||||
}
|
||||
|
||||
|
||||
void jumpToInternalBootloader() {}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -434,6 +434,8 @@ bool pcbVersionIsLocked() {
|
||||
return *reinterpret_cast<const uint8_t *>(InternalFlash::Config::OTPLockAddress(k_pcbVersionOTPIndex)) == 0;
|
||||
}
|
||||
|
||||
void jumpToInternalBootloader() {}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -91,6 +91,8 @@ void setClockFrequency(Frequency f) {
|
||||
}
|
||||
}
|
||||
|
||||
void jumpToInternalBootloader() {}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user