Oops, fix build.

This commit is contained in:
Ryan Pavlik
2012-06-28 17:07:11 -05:00
parent bfa81e3f0c
commit 1a948b0c47

View File

@@ -48,7 +48,7 @@
*
* @return Returns 1 if handshake was successful, 0 if not.
*/
+#define HANDSHAKE_BYTES_USED 14
#define HANDSHAKE_BYTES_USED 14
int nunchuk_handshake(struct wiimote_t* wm, struct nunchuk_t* nc, byte* data, unsigned short len) {
int i;