We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e11dc2 commit a451498Copy full SHA for a451498
targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_init.c
@@ -15,17 +15,6 @@
15
*/
16
#include "rtl8195a.h"
17
18
-#if defined(__CC_ARM)
19
-#include "cmsis_armcc.h"
20
-#elif (defined(__ARMCC_VERSION) && __ARMCC_VERSION >= 6010050)
21
-#include "cmsis_armclang.h"
22
-#elif defined(__GNUC__)
23
-#include "cmsis_gcc.h"
24
-#else
25
-#include <cmsis_iar.h>
26
-#endif
27
-
28
29
#if defined(__CC_ARM) || \
30
(defined (__ARMCC_VERSION) && __ARMCC_VERSION >= 6010050)
31
0 commit comments