diff options
author | Devaev Maxim <[email protected]> | 2018-07-11 06:30:47 +0000 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-07-11 06:30:47 +0000 |
commit | f0c78e966ea1e1faf9206c47f254fe3f38ba1f34 (patch) | |
tree | 90defde77b08c4127aaab98d1eaace7434c26738 /hid/src/inline.h | |
parent | 08a36a1fe0c0844df425566596f0f016eef677b8 (diff) |
fixed keymapping
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)) |