diff options
| author | Keith Packard <keithp@keithp.com> | 2012-12-07 10:14:11 -0800 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-12-07 10:14:11 -0800 | 
| commit | 748e42ebf1dfb1efd5dec6ddd93f5c7aeedeb01d (patch) | |
| tree | 397e2e5b1086c8b34ca94a6c2a347d2df42ab173 /src/core/ao_stdio.c | |
| parent | 75912f8af04cecc0bbffecb2072d465c3744d4e8 (diff) | |
| parent | c10f9a438ed5789479d21c78153ca7f14c05534c (diff) | |
Merge branch 'master' into aprs
Diffstat (limited to 'src/core/ao_stdio.c')
| -rw-r--r-- | src/core/ao_stdio.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/core/ao_stdio.c b/src/core/ao_stdio.c index 4a832487..1748dfe8 100644 --- a/src/core/ao_stdio.c +++ b/src/core/ao_stdio.c @@ -98,7 +98,7 @@ __xdata uint8_t ao_stdin_ready;  char  getchar(void) __reentrant  { -	char c; +	int c;  	ao_arch_critical(  		int8_t stdio = ao_cur_stdio; | 
