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 b2dea8a commit 72db13fCopy full SHA for 72db13f
ports/atmel-samd/mpconfigport.h
@@ -73,9 +73,9 @@
73
#define MICROPY_PY_SYS_PLATFORM "MicroChip SAMD51"
74
#elif defined(SAME54)
75
#define MICROPY_PY_SYS_PLATFORM "MicroChip SAME54"
76
-#ifndef MICROCONTROLLER_VOLTAGE_DISABLE
77
-#define MICROCONTROLLER_VOLTAGE_DISABLE (1)
78
-#endif
+// #ifndef MICROCONTROLLER_VOLTAGE_DISABLE
+// #define MICROCONTROLLER_VOLTAGE_DISABLE (1)
+// #endif
79
#endif
80
#define SPI_FLASH_MAX_BAUDRATE 24000000
81
#define MICROPY_PY_BUILTINS_NOTIMPLEMENTED (1)
0 commit comments