C Microkernel Realtime eXecutive
Realtime Operating System for Cortex-M based microcontrollers
 
Loading...
Searching...
No Matches
mpu.h
1#pragma once
2
4 /* Intentionally left empty, foo is just a placeholder */
5 unsigned foo;
6};
7
8typedef struct MPU_Configuration MPU_State;
Definition mpu.h:3
unsigned foo
Definition mpu.h:5