diff options
Diffstat (limited to 'hid/src/inline.h')
-rw-r--r-- | hid/src/inline.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hid/src/inline.h b/hid/src/inline.h index 25e50329..5b642a83 100644 --- a/hid/src/inline.h +++ b/hid/src/inline.h @@ -1 +1,3 @@ +#pragma once + #define INLINE inline __attribute__((always_inline)) |