ardafu 090153f94f [bsp][stm32f746-Disco] Cleanup code
1. Using RT_USING_COMPONENTS_INIT and RT_USING_USER_MAIN
2. Cleanup code
2015-09-25 15:35:37 +08:00

10 lines
103 B
C

#ifndef __DRV_MPU_H
#define __DRV_MPU_H
/* Initialize Cortex M MPU */
int mpu_init(void);
#endif