mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-26 03:47:24 +08:00
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
|