🎨 Some automated cleanup

This commit is contained in:
Scott Lahteine
2022-08-20 06:41:00 -05:00
committed by Sven Soost
parent 92bc63822f
commit 8ac992327c
24 changed files with 158 additions and 158 deletions

View File

@@ -144,7 +144,7 @@ static void setup_clocks(void) {
* present. If no bootloader is present, the user NVIC usually starts
* at the Flash base address, 0x08000000.
*/
#if defined(BOOTLOADER_maple)
#ifdef BOOTLOADER_maple
#define USER_ADDR_ROM 0x08002000
#else
#define USER_ADDR_ROM 0x08000000