--- a/LPCBus/MC9.c Thu Oct 27 14:56:23 2016 +0200
+++ b/LPCBus/MC9.c Thu Nov 03 10:53:38 2016 +0100
@@ -42,6 +42,16 @@
return((uint16_t)*buffer);
+static inline unsigned char getByte(char *buffer) + return((unsigned char)*buffer); +static inline void setByte(char *buffer, unsigned char byte) unsigned char status; /* Current status of timer - running / expired */