We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1ac732 + f99e452 commit af726a7Copy full SHA for af726a7
cores/arduino/Reset.cpp
@@ -28,7 +28,7 @@ extern "C" {
28
#if (ARDUINO_SAMD_VARIANT_COMPLIANCE >= 10610)
29
30
extern const uint32_t __text_start__;
31
-#define APP_START ((volatile uint32_t)(&__text_start__) + 4)
+#define APP_START ((uint32_t)(&__text_start__) + 4)
32
33
#else
34
#define APP_START 0x00002004
0 commit comments