targets/s1sbp6a: fix typo

Signed-off-by: Heuisam Kwag <heuisam@samsung.com>
pull/13674/head
Heuisam Kwag 2020-09-28 16:11:01 +09:00
parent f38aa597c8
commit 8fb4d80f29
3 changed files with 4 additions and 6 deletions

View File

@ -107,8 +107,6 @@ typedef enum {
ECG_INP,
ECG_INN,
UART_TX0 = GPIO24,
UART_RX0 = GPIO25,
AN0 = GPA0_INP,
AN1 = GPA1_INP,
AN2 = GPA24_INP0,

View File

@ -37,7 +37,7 @@
#endif
#if !defined(MBED_ROM_SIZE)
#define MBED_ROM_SIZE 0x200000 // 2MB KB
#define MBED_ROM_SIZE 0x200000 // 2 MB
#endif
#if !defined(MBED_RAM_START)
@ -52,7 +52,7 @@
#define MBED_APP_START 0x00000000
#endif
#if !defined(MBED_APP_SIZE)
#define MBED_APP_SIZE 0x0080000 //512K
#define MBED_APP_SIZE 0x0080000 //512KB
#endif
#if !defined(MBED_CONF_TARGET_BOOT_STACK_SIZE)

View File

@ -45,7 +45,7 @@
#endif
#if !defined(MBED_ROM_SIZE)
#define MBED_ROM_SIZE 0x200000 // 2MB KB
#define MBED_ROM_SIZE 0x200000 // 2MB
#endif
#if !defined(MBED_RAM_START)
@ -53,7 +53,7 @@
#endif
#if !defined(MBED_RAM_SIZE)
#define MBED_RAM_SIZE 0x40000 // 256 KB
#define MBED_RAM_SIZE 0x40000 // 25KB
#endif
#if !defined(MBED_APP_START)