First commit

This commit is contained in:
Stefano Calabretti
2021-11-28 12:12:27 +01:00
commit 3cdd6da051
7 changed files with 217 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#ifndef INC_MMR_CAN_OPTIMIZE_H_
#define INC_MMR_CAN_OPTIMIZE_H_
#ifdef __GNUC__
#define always_inline inline __attribute__((always_inline))
#else
#define always_inline inline
#endif
#endif /* INC_OPTIMIZE_H_ */