4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-19 10:23:31 +08:00
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