Added again as binary
[uccvend-snackrom.git] / ROM2 / vend.h
index a1ea2cc..bb39107 100644 (file)
@@ -28,6 +28,7 @@ extern volatile u8 _home_sensors;
 
 /******* from helpers.c *******/
 void delay(u16 ms);
+void print_amount(u16 amt);
 
 /******** Some meaningful bits ******/
 #define PORTA_DISP_RESET    0x80 /* active low */
@@ -45,7 +46,6 @@ int __attribute__((noreturn)) main (void);
 void __attribute__((interrupt)) rti (void);
 
 /* other one liners */
-
 extern inline bool door_open() { return switch_input & A1800_DOOR_OPEN; }
 extern inline void spi_enable()  { bset((void*)&_io_ports[M6811_SPCR], M6811_SPE); }
 extern inline void spi_disable() { bclr((void*)&_io_ports[M6811_SPCR], M6811_SPE); }

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