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.
2 parents 243c208 + d542a60 commit e340701Copy full SHA for e340701
cores/arduino/Reset.cpp
@@ -29,7 +29,7 @@ extern "C" {
29
#if (ARDUINO_SAMD_VARIANT_COMPLIANCE >= 10610)
30
31
extern const uint32_t __text_start__;
32
-#define APP_START ((volatile uint32_t)(&__text_start__) + 4)
+#define APP_START ((uint32_t)(&__text_start__) + 4)
33
34
#else
35
0 commit comments