More bugfixes & initing
[uccvend-snackrom.git] / ROM2 / vend.h
index ea079b4..9922719 100644 (file)
@@ -45,12 +45,12 @@ void my_memcpy(char* dst, char* src, u8 size);
 #define PORTE_MOTOR_OVERCURRENT 0x01
 #define PORTE_MOTOR_OVERVOLTAGE 0x02
 
-/* Address 3000 bits */
-#define A3000_MOTOR_ROW_DISABLE 0x80
-
 /* Address 1800 bits */
 #define A1800_DOOR_OPEN     0x20
 
+/* Address 3000 bits */
+#define A3000_MOTOR_ROW_DISABLE 0x80
+
 /* Address 3800 bits */
 #define A3800_DISPLAY_WRITE  0x04
 #define A3800_MOTOR_DATA        0x10

UCC git Repository :: git.ucc.asn.au