diff options
-rw-r--r-- | source/memmap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/memmap.h b/source/memmap.h index 84eca92..0be1192 100644 --- a/source/memmap.h +++ b/source/memmap.h @@ -272,7 +272,9 @@ uint8_t* GetBasePointer(uint32_t Address); extern uint8_t OpenBus; #else +#ifndef INLINE #define INLINE static inline +#endif #include "getset.h" #endif // NO_INLINE_SET_GET |