Bunch of silly errors & debugging stuff.
[uccvend-snackrom.git] / ROM2 / display_basic.h
1 #ifndef _DISPLAY_H_
2 #define _DISPLAY_H_
3
4 #include "types.h"
5
6 void display_init();
7 void set_msg(char newmsg[11]);
8
9 #endif /* _DISPLAY_H_ */

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