summaryrefslogtreecommitdiff
path: root/apps/iap.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/iap.c')
-rw-r--r--apps/iap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/iap.c b/apps/iap.c
index f53717e625..d432a16dc3 100644
--- a/apps/iap.c
+++ b/apps/iap.c
@@ -148,7 +148,7 @@ void iap_send_pkt(const unsigned char * data, int len)
148 } 148 }
149} 149}
150 150
151int iap_getc(unsigned char x) 151bool iap_getc(unsigned char x)
152{ 152{
153 static unsigned char last_x = 0; 153 static unsigned char last_x = 0;
154 static bool newpkt = true; 154 static bool newpkt = true;