090153f94f
1. Using RT_USING_COMPONENTS_INIT and RT_USING_USER_MAIN 2. Cleanup code
10 lines
103 B
C
10 lines
103 B
C
#ifndef __DRV_MPU_H
|
|
#define __DRV_MPU_H
|
|
|
|
|
|
/* Initialize Cortex M MPU */
|
|
int mpu_init(void);
|
|
|
|
|
|
#endif
|