Add comments

This commit is contained in:
Russell Gallop
2011-08-11 15:02:53 +01:00
parent e6bc0b739e
commit 85d5e6980d
2 changed files with 10 additions and 10 deletions

View File

@@ -39,7 +39,7 @@ void midi_get_ack_or_data(chanend c, int &is_ack, unsigned int &datum);
INLINE void midi_get_ack_or_data(chanend c, int &is_ack, unsigned int &datum) {
if (testct(c)) {
is_ack = 1;
(void) inct(c);
(void) inct(c); // read 1-bytes control token
(void) inuchar(c);
(void) inuchar(c);
(void) inuchar(c);