Skip to content

Commit

Permalink
🎨 Tweak FORCE_INLINE
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Oct 6, 2021
1 parent e52c30d commit 149cbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/HAL/shared/Marduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
#endif

#ifndef FORCE_INLINE
#define FORCE_INLINE inline __attribute__((always_inline))
#define FORCE_INLINE __attribute__((always_inline)) inline
#endif

#include "progmem.h"
Expand Down

0 comments on commit 149cbe7

Please sign in to comment.