We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf0127 commit 59e1b11Copy full SHA for 59e1b11
variants/PORTENTA_H7_M7/variant.cpp
@@ -288,7 +288,7 @@ uint32_t lowSpeedClockInUse() {
288
#define BOARD_REVISION(x,y) (x << 8 | y)
289
290
extern "C" bool isLSEAvailableAndPrecise() {
291
- if (has_otp_info && (boardRevision() >= BOARD_REVISION(4,10))) {
+ if (has_otp_info && (boardRevision() >= BOARD_REVISION(4,3))) {
292
return true;
293
}
294
if (__HAL_RCC_GET_LPTIM4_SOURCE() == RCC_LPTIM4CLKSOURCE_LSI || bootloaderVersion() < 24) {
0 commit comments