Document a DLF-event type more.

This event type is found in the DLF file Robert got sent. The wetnotes
application can't display files containing this event type.

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2014-12-29 23:43:32 +01:00 committed by Dirk Hohndel
parent eda1234621
commit aad1fbcf56

View file

@ -2625,6 +2625,10 @@ int parse_dlf_buffer(unsigned char *buffer, size_t size)
}
event_end();
break;
case 7:
/* Po2 sample? Solenoid inject? */
//fprintf(stderr, "%02X %02X%02X %02X%02X\n", ptr[5], ptr[6], ptr[7], ptr[8], ptr[9]);
break;
default:
/* Unknown... */
break;