🚚 moved inline into config file

This commit is contained in:
EntireTwix 2021-07-08 14:59:30 -07:00
parent 16494f971e
commit b8e88ad1f5

View file

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