rt-thread-official/bsp/stm32f7-disco/drivers/drv_mpu.h

10 lines
103 B
C
Raw Normal View History

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