Fix variable name

This commit is contained in:
987123879113 2023-03-08 00:40:50 +09:00
parent 0dc59710d9
commit 19d4d79e14
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class DmxReader:
def _parse_mbk(self, data):
# mbk format:
# struct mbk_entry {
# /* 0x00 */ uint16_t type;
# /* 0x00 */ uint16_t command;
# /* 0x02 */ uint16_t time_offset;
# /* 0x04 */ char filename[16];
# /* 0x14 */ uint8_t beats;