drv_mpu.h 103 B

123456789
  1. #ifndef __DRV_MPU_H
  2. #define __DRV_MPU_H
  3. /* Initialize Cortex M MPU */
  4. int mpu_init(void);
  5. #endif