4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-27 06:07:24 +08:00

10 lines
126 B
C
Raw Normal View History

2015-08-07 13:30:13 +08:00
#ifndef __DRV_MPU_H
#define __DRV_MPU_H
#include "stm32f7xx.h"
/* Initialize Cortex M MPU */
void mpu_init(void);
#endif