fix *nix compilation

This commit is contained in:
Lysann Schlegel
2012-11-15 10:54:17 +01:00
parent ad79a2ff53
commit 156d89ab16
2 changed files with 3 additions and 3 deletions

View File

@@ -56,8 +56,9 @@ void handshake_expansion(struct wiimote_t* wm, byte* data, uint16_t len);
void disable_expansion(struct wiimote_t* wm);
void propagate_event(struct wiimote_t* wm, byte event, byte* msg);
void idle_cycle(struct wiimote_t* wm);
void clear_dirty_reads(struct wiimote_t* wm);
/** @} */
#endif /* EVENTS_H_INCLUDED */