summaryrefslogtreecommitdiff
path: root/ao_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'ao_test.c')
-rw-r--r--ao_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ao_test.c b/ao_test.c
index 0fdfcfa1..6d005ff6 100644
--- a/ao_test.c
+++ b/ao_test.c
@@ -87,7 +87,7 @@ beep(void)
void
echo(void)
{
- uint8_t c;
+ char c;
for (;;) {
ao_usb_flush();
c = ao_usb_getchar();