diff options
| -rw-r--r-- | src/core/ao.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 | 
