Преглед на файлове

[fix]Fix cm33 compilation problem when block is turned on

Rbb666 преди 5 месеца
родител
ревизия
cb098c4eea
променени са 1 файла, в които са добавени 13 реда и са изтрити 0 реда
  1. 13 0
      libcpu/arm/cortex-m33/cpuport.h

+ 13 - 0
libcpu/arm/cortex-m33/cpuport.h

@@ -0,0 +1,13 @@
+/*
+ * Copyright (c) 2006-2020, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author       Notes
+ */
+
+#ifndef  CPUPORT_H__
+#define  CPUPORT_H__
+
+#endif  /*CPUPORT_H__*/