[update] blink does not use bootmode
authorFabien Le Mentec <texane@gmail.com>
Sun, 16 Oct 2011 06:30:07 +0000 (01:30 -0500)
committerFabien Le Mentec <texane@gmail.com>
Sun, 16 Oct 2011 06:30:07 +0000 (01:30 -0500)
example/blink/main.c

index 91c7040cff15cad93291e3efe460a2e2d1f396c4..929e3b9c1279762da8bbdd5e703c2ac1a2f0d825 100644 (file)
@@ -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