Skip to content

Commit 8fb4d80

Browse files
committed
targets/s1sbp6a: fix typo
Signed-off-by: Heuisam Kwag <[email protected]>
1 parent f38aa59 commit 8fb4d80

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

targets/TARGET_Samsung/TARGET_SIDK_S1SBP6A/PinNames.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ typedef enum {
107107
ECG_INP,
108108
ECG_INN,
109109

110-
UART_TX0 = GPIO24,
111-
UART_RX0 = GPIO25,
112110
AN0 = GPA0_INP,
113111
AN1 = GPA1_INP,
114112
AN2 = GPA24_INP0,

targets/TARGET_Samsung/TARGET_SIDK_S1SBP6A/device/TOOLCHAIN_ARM_STD/s1sbp6a.sct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#endif
3838

3939
#if !defined(MBED_ROM_SIZE)
40-
#define MBED_ROM_SIZE 0x200000 // 2MB KB
40+
#define MBED_ROM_SIZE 0x200000 // 2 MB
4141
#endif
4242

4343
#if !defined(MBED_RAM_START)
@@ -52,7 +52,7 @@
5252
#define MBED_APP_START 0x00000000
5353
#endif
5454
#if !defined(MBED_APP_SIZE)
55-
#define MBED_APP_SIZE 0x0080000 //512K
55+
#define MBED_APP_SIZE 0x0080000 //512KB
5656
#endif
5757

5858
#if !defined(MBED_CONF_TARGET_BOOT_STACK_SIZE)

targets/TARGET_Samsung/TARGET_SIDK_S1SBP6A/device/memory_zones.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545
#endif
4646

4747
#if !defined(MBED_ROM_SIZE)
48-
#define MBED_ROM_SIZE 0x200000 // 2MB KB
48+
#define MBED_ROM_SIZE 0x200000 // 2MB
4949
#endif
5050

5151
#if !defined(MBED_RAM_START)
5252
#define MBED_RAM_START 0x20000000
5353
#endif
5454

5555
#if !defined(MBED_RAM_SIZE)
56-
#define MBED_RAM_SIZE 0x40000 // 256 KB
56+
#define MBED_RAM_SIZE 0x40000 // 25KB
5757
#endif
5858

5959
#if !defined(MBED_APP_START)

0 commit comments

Comments
 (0)