Fix all stdio reading functions to be __critical
authorKeith Packard <keithp@keithp.com>
Wed, 5 May 2010 08:31:57 +0000 (01:31 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 5 May 2010 08:33:25 +0000 (01:33 -0700)
commite6bb80975fde20928a830170f0821d59a8c72690
treec69580b5a76de9608f93e5ba0fe26313fe1c7d2a
parentff03cdf746b83542ebcca00d32e6cc69ccfc122d
Fix all stdio reading functions to be __critical

Oh, right SDCC has '__critical' to mark sections of code that need to
run with interrupts disabled; no need to use EA = 0 and EA = 1.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/ao_packet_master.c
src/ao_stdio.c
src/ao_usb.c