Index: firmware/include/sysincludes.h |
diff --git a/firmware/include/sysincludes.h b/firmware/include/sysincludes.h |
index a509114be26e7fd67aeb17746236842938a20580..be7e701d832183d46b9c026bd3874d77a0bccdbf 100644 |
--- a/firmware/include/sysincludes.h |
+++ b/firmware/include/sysincludes.h |
@@ -30,11 +30,6 @@ |
#define UINT64_RSHIFT(v, shiftby) (((uint64_t)(v)) >> (shiftby)) |
#define UINT64_MULT32(v, multby) (((uint64_t)(v)) * ((uint32_t)(multby))) |
-/* Packing macros to support compilers such as MSVC that lack |
- * __attribute__((packed)) */ |
-#define PACK_START |
-#define PACK_STOP |
- |
#else |
#include "biosincludes.h" |
#endif |