🔥 removed INLINE macro

This commit is contained in:
EntireTwix 2021-07-10 20:00:47 -07:00
parent 3a44c0b065
commit 6599f47dcc

View file

@ -1,8 +1,5 @@
#pragma once #pragma once
#define INLINE __attribute__((always_inline)) inline
// Setting to 0 does not compile logging (useful for if disk/memory is very valuable) // Setting to 0 does not compile logging (useful for if disk/memory is very valuable)
#define MAX_LOG_SIZE @MAX_LOG_SIZE_VAL@ #define MAX_LOG_SIZE @MAX_LOG_SIZE_VAL@