summaryrefslogtreecommitdiff
path: root/avr/z180-serv.c
diff options
context:
space:
mode:
authorLeo C2015-06-01 23:29:55 +0200
committerLeo C2015-06-01 23:29:55 +0200
commitad9bc17c8ecab1f0bbd26f2270d4d396f4bc5e52 (patch)
tree0ce8f07e46c5447f7e3d1abd28a53904a431c8d4 /avr/z180-serv.c
parenta8eb521f94848a627a3fe470e34f62b13c157d34 (diff)
downloadz180-stamp-ad9bc17c8ecab1f0bbd26f2270d4d396f4bc5e52.zip
switch fifos conin,conouthexrel-6.2
Diffstat (limited to 'avr/z180-serv.c')
-rw-r--r--avr/z180-serv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/avr/z180-serv.c b/avr/z180-serv.c
index af1d8e0..7193495 100644
--- a/avr/z180-serv.c
+++ b/avr/z180-serv.c
@@ -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) {