Skip to content

Commit 72db13f

Browse files
committed
enable microcontroller.cpu.voltage on SAME54
1 parent b2dea8a commit 72db13f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ports/atmel-samd/mpconfigport.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373
#define MICROPY_PY_SYS_PLATFORM "MicroChip SAMD51"
7474
#elif defined(SAME54)
7575
#define MICROPY_PY_SYS_PLATFORM "MicroChip SAME54"
76-
#ifndef MICROCONTROLLER_VOLTAGE_DISABLE
77-
#define MICROCONTROLLER_VOLTAGE_DISABLE (1)
78-
#endif
76+
// #ifndef MICROCONTROLLER_VOLTAGE_DISABLE
77+
// #define MICROCONTROLLER_VOLTAGE_DISABLE (1)
78+
// #endif
7979
#endif
8080
#define SPI_FLASH_MAX_BAUDRATE 24000000
8181
#define MICROPY_PY_BUILTINS_NOTIMPLEMENTED (1)

0 commit comments

Comments
 (0)