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

10 lines
126 B
C

#ifndef __DRV_MPU_H
#define __DRV_MPU_H
#include "stm32f7xx.h"
/* Initialize Cortex M MPU */
void mpu_init(void);
#endif