Added macros in MMU, better indentation, added some coments, etc...
This commit is contained in:
parent
d75ecf4db8
commit
672f4ef5c1
|
@ -84,4 +84,8 @@ typedef int BOOL;
|
|||
#define FALSE 0
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define PACKED __attribute__((packed))
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue