diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/iap/iap-lingo4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/iap/iap-lingo4.c b/apps/iap/iap-lingo4.c index fa0196645b..903cef9378 100644 --- a/apps/iap/iap-lingo4.c +++ b/apps/iap/iap-lingo4.c | |||
@@ -1480,6 +1480,7 @@ void iap_handlepkt_mode4(const unsigned int len, const unsigned char *buf) | |||
1480 | } | 1480 | } |
1481 | break; | 1481 | break; |
1482 | } | 1482 | } |
1483 | (void)len; /* Shut up, compiler */ | ||
1483 | put_u32(&data[3], start_index+counter); | 1484 | put_u32(&data[3], start_index+counter); |
1484 | iap_send_pkt(data, 7 + strlen(data+7) + 1); | 1485 | iap_send_pkt(data, 7 + strlen(data+7) + 1); |
1485 | yield(); | 1486 | yield(); |