diff options
author | Keith Packard <keithp@keithp.com> | 2011-08-25 21:10:56 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-08-25 21:10:56 -0700 |
commit | a588092a7d76dab92e4ab11e0fdb457d2ddc9025 (patch) | |
tree | bf9103754995cc842e6ca78d5e0adc82518cbbcc /src/core/ao.h | |
parent | 9513be7f9d3d0b0ec29f6487fa9dc8f1ac24d0de (diff) |
altos: AVR changes - create ao_arch.h files, define ao_arch_reboot
Start pulling changes needed for avr port; architecture-specific code
will live in <architcture>/ao_arch.h. This first change defines
the ao_arch_reboot macro to reboot the microcontroller.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/core/ao.h')
-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 8ac9ac3d..0f1a24ad 100644 --- a/src/core/ao.h +++ b/src/core/ao.h @@ -22,7 +22,7 @@ #include <stdio.h> #include <string.h> #include <stddef.h> -#include "cc1111.h" +#include <ao_arch.h> #include "ao_pins.h" #define TRUE 1 |