fix: include file log_config.h in los_mpu.c
include log_config.h in kernel\arch\arm\cortex-m7\iar\los_mpu.c to solve compilation issue close https://gitee.com/openharmony/kernel_liteos_m/issues/I3OHY2
This commit is contained in:
parent
4f39369e13
commit
1932d714a5
|
@ -29,6 +29,7 @@
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
#include "los_mpu.h"
|
#include "los_mpu.h"
|
||||||
|
#include "los_config.h"
|
||||||
#include "los_context.h"
|
#include "los_context.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue