]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/z180-serv.c
switch fifos conin,conout
[z180-stamp.git] / avr / z180-serv.c
index af1d8e06bc7b7d5c462f3212e3eec227ac401e35..7193495d513e4b9f42a743d108e4291b34a21e46 100644 (file)
@@ -491,6 +491,9 @@ int msg_handling(int state)
                pending = (Stat & S_MSG_PENDING) != 0;
                Stat &= ~S_MSG_PENDING;
        }
+/*
+ * TODO: if pending but no message chr --> special condition. ie init,...
+ */
 
        if (pending) {
                switch (state) {