From: Fabien Le Mentec Date: Sun, 16 Oct 2011 06:30:07 +0000 (-0500) Subject: [update] blink does not use bootmode X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=f1ecb3c761a0751e1277fb8304db4fbc7ed8d7d8;p=fw%2Fstlink [update] blink does not use bootmode --- diff --git a/example/blink/main.c b/example/blink/main.c index 91c7040..929e3b9 100644 --- a/example/blink/main.c +++ b/example/blink/main.c @@ -3,12 +3,6 @@ typedef unsigned int uint32_t; -/* boot mode configuration */ - -#define CONFIG_BOOT_SRAM 1 -#define CONFIG_BOOT_FLASH 0 - - /* hardware configuration */ #define CONFIG_STM32L_DISCOVERY 1