FRC - Hackathon Pixy

Files at this revision

API Documentation at this revision

Comitter:
haarkon
Date:
Wed Apr 17 12:02:15 2019 +0000
Parent:
9:a298df20a2dd
Commit message:
Stupid error correction

Changed in this revision

Pixy.h Show annotated file Show diff for this revision Revisions of this file
diff -r a298df20a2dd -r b7c012987c5d Pixy.h
--- a/Pixy.h	Wed Apr 17 11:20:23 2019 +0000
+++ b/Pixy.h	Wed Apr 17 12:02:15 2019 +0000
@@ -42,7 +42,7 @@
  * Defines
  */
 #define CC_BLOCSIZE         14
-#define N_BLOCSIZE          12
+#define NM_BLOCSIZE          12
 
 #define NM_BLOCCODE         0xAA55
 #define CC_BLOCCODE         0xAA56