mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-05 15:23:03 +08:00
[fix]Fix cm33 compilation problem when block is turned on
This commit is contained in:
13
libcpu/arm/cortex-m33/cpuport.h
Normal file
13
libcpu/arm/cortex-m33/cpuport.h
Normal file
@@ -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__*/
|
||||
Reference in New Issue
Block a user