summaryrefslogtreecommitdiffstats
path: root/parse-xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse-xml.c')
-rw-r--r--parse-xml.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/parse-xml.c b/parse-xml.c
index 65dc80910..d2a88cf7e 100644
--- a/parse-xml.c
+++ b/parse-xml.c
@@ -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;