From 69235e7409ecd5169c3651b11fa8973151fcdb47 Mon Sep 17 00:00:00 2001 From: schneider Date: Sun, 11 Dec 2011 16:13:29 +0100 Subject: [PATCH] removed crp --- firmware/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /**************************************************************************/