diff options
author | Devaev Maxim <[email protected]> | 2018-09-29 07:33:27 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-09-29 07:33:27 +0300 |
commit | 76b95ddfa8d60de4d29e270cbc74cfc8b5144538 (patch) | |
tree | 727412cdbab5d3cc87fc6a5d96ab34b7884d1d9c /hid/src/inline.h | |
parent | f78d45f4a61a9d26f8ed2bbea44145096d80bea1 (diff) |
improved hid protocol
Diffstat (limited to 'hid/src/inline.h')
-rw-r--r-- | hid/src/inline.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hid/src/inline.h b/hid/src/inline.h index 5b642a83..337aa9b9 100644 --- a/hid/src/inline.h +++ b/hid/src/inline.h @@ -1,3 +1,4 @@ #pragma once + #define INLINE inline __attribute__((always_inline)) |