using HID-Project library

This commit is contained in:
Devaev Maxim
2018-07-11 05:29:30 +00:00
parent 157828997a
commit c6b6e54875
11 changed files with 375 additions and 54 deletions

1
hid/src/inline.h Normal file
View File

@@ -0,0 +1 @@
#define INLINE inline __attribute__((always_inline))