diff --git a/firmware/main.c b/firmware/main.c index 9b02c7c..4dd682b 100644 --- a/firmware/main.c +++ b/firmware/main.c @@ -28,7 +28,7 @@ #define CRP_VALUE 0x0 // ANY non-magic value disables CRP #endif -__attribute__ ((used, section("crp"))) const uint32_t the_crp=CRP_VALUE; +//__attribute__ ((used, section("crp"))) const uint32_t the_crp=CRP_VALUE; /**************************************************************************/