diff --git a/libcpu/arm/cortex-m33/cpuport.h b/libcpu/arm/cortex-m33/cpuport.h new file mode 100644 index 00000000000..37c77f163f7 --- /dev/null +++ b/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__*/