10 lines
126 B
C
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
|