Skip to content

Commit d2fdd6f

Browse files
committed
Fix variable name
Signed-off-by: Jasper <[email protected]>
1 parent 5f9f8f3 commit d2fdd6f

File tree

1 file changed

+2
-2
lines changed
  • targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H723xG

1 file changed

+2
-2
lines changed

targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H723xG/cmsis_nvic.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
#endif
4141

4242
#if !defined(MBED_RAM1_START)
43-
#define MBED_RAM_1START 0x24000000
43+
#define MBED_RAM1_START 0x24000000
4444
#endif
4545

4646
#if !defined(MBED_RAM1_SIZE)
47-
#define MBED1_RAM_SIZE 0x50000 // 320 KB
47+
#define MBED_RAM1_SIZE 0x50000 // 320 KB
4848
#endif
4949

5050
#define NVIC_NUM_VECTORS 180

0 commit comments

Comments
 (0)