'stdin' is a special name in some compiler environments, don't use it.
authorKeith Packard <keithp@keithp.com>
Wed, 22 Feb 2012 10:26:03 +0000 (23:26 +1300)
committerKeith Packard <keithp@keithp.com>
Thu, 29 Mar 2012 04:37:02 +0000 (21:37 -0700)
Switch to 'in' in the prototype for altos_serial_set_stdin.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/core/ao.h

index ce9a1f70e0ce4ff39673cb2eef6ea395730d023d..ac51c270601608cb5e87302e8ed7aa99feae7fb9 100644 (file)
@@ -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