Skip to content

Commit b683f42

Browse files
authored
Merge pull request #10739 from OpenNuvoton/nuvoton_m487_wait-ns
M487: Fix wait_ns test failed
2 parents ced4c3f + 010f422 commit b683f42

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

targets/TARGET_NUVOTON/TARGET_M480/device/system_M480.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,5 @@ void SystemInit (void)
8484
SPIM_DISABLE_CACHE();
8585
SPIM_ENABLE_CCM();
8686
while (! SPIM_IS_CCM_EN());
87-
88-
#ifndef MBED_CONF_TARGET_CTRL01_ENABLE
89-
#define MBED_CONF_TARGET_CTRL01_ENABLE 1
90-
#endif
91-
92-
#if (! MBED_CONF_TARGET_CTRL01_ENABLE)
93-
M32(0x4000c018) |= 0x00000080;
94-
#endif
9587
}
9688
/*** (C) COPYRIGHT 2016 Nuvoton Technology Corp. ***/

targets/targets.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7882,10 +7882,6 @@
78827882
"usb-device-hsusbd": {
78837883
"help": "Select high-speed USB device or not",
78847884
"value": 1
7885-
},
7886-
"ctrl01-enable": {
7887-
"help": "Enable control_01",
7888-
"value": 0
78897885
}
78907886
},
78917887
"inherits": ["Target"],

0 commit comments

Comments
 (0)