diff options
author | Keith Packard <keithp@keithp.com> | 2009-04-25 13:13:24 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-04-25 13:13:24 -0700 |
commit | 4a050704ad2c497e9f1b0988334228b0bbc4c170 (patch) | |
tree | 952935658f07f7fec9d2572c98712d2a2c6628f2 /ao_beep.c | |
parent | 6b3d25a6d6d7847765eb03b836913dd5ecef2993 (diff) |
Make some functions reentrant to save DSEG space
Diffstat (limited to 'ao_beep.c')
-rw-r--r-- | ao_beep.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ ao_beep(uint8_t beep) } void -ao_beep_for(uint8_t beep, uint16_t ticks) +ao_beep_for(uint8_t beep, uint16_t ticks) __reentrant { ao_beep(beep); ao_delay(ticks); |