From: Keith Packard Date: Wed, 22 Feb 2012 10:26:03 +0000 (+1300) Subject: 'stdin' is a special name in some compiler environments, don't use it. X-Git-Tag: 1.0.9.4~36 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=3c7d1f6cfffb43299041f2850a48177f4e9b83a5 'stdin' is a special name in some compiler environments, don't use it. Switch to 'in' in the prototype for altos_serial_set_stdin. Signed-off-by: Keith Packard --- diff --git a/src/core/ao.h b/src/core/ao.h index ce9a1f70..ac51c270 100644 --- a/src/core/ao.h +++ b/src/core/ao.h @@ -917,7 +917,7 @@ char ao_serial_pollchar(void) __critical; void -ao_serial_set_stdin(uint8_t stdin); +ao_serial_set_stdin(uint8_t in); #endif void