add field to endpoint maxpacketsize (mult)

refractor hidh_open_subtask & hidh_keyboard_open
add ATTR_PACKED_STRUCT(x)
- TODO remove ugly pre_pack & post pack
This commit is contained in:
hathach
2013-03-26 13:07:42 +07:00
parent 03d045ecde
commit 3c767e9f44
6 changed files with 114 additions and 106 deletions

View File

@@ -74,6 +74,8 @@
#define ATTR_PACKED __attribute__ ((packed))
#define ATTR_PREPACKED
#define ATTR_PACKED_STRUCT(x) x __attribute__ ((packed))
/** @} */
/**