Fix variable name

Signed-off-by: Jasper <jasper.jonker@wingtra.com>
pull/15407/head
Jasper 2023-04-22 11:27:13 +02:00
parent 5f9f8f3fe5
commit d2fdd6f943
No known key found for this signature in database
GPG Key ID: 2A0076E532F2BBB9
1 changed files with 2 additions and 2 deletions

View File

@ -40,11 +40,11 @@
#endif
#if !defined(MBED_RAM1_START)
#define MBED_RAM_1START 0x24000000
#define MBED_RAM1_START 0x24000000
#endif
#if !defined(MBED_RAM1_SIZE)
#define MBED1_RAM_SIZE 0x50000 // 320 KB
#define MBED_RAM1_SIZE 0x50000 // 320 KB
#endif
#define NVIC_NUM_VECTORS 180