diff options
author | Keith Packard <keithp@keithp.com> | 2009-04-13 20:39:46 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-04-13 20:39:46 -0700 |
commit | cdaf3fc5802acf2ddc7972a15649ab0e1b31b873 (patch) | |
tree | 4d2edffb0af681edb3a275d3804f45dc710923b3 /ao.h | |
parent | c5c1e3fb1c253d387be02c127253ac2a55d577b4 (diff) |
USB working up through reading strings
Diffstat (limited to 'ao.h')
-rw-r--r-- | ao.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ #define DATA_TO_XDATA(a) ((void __xdata *) ((uint8_t) (a) | 0xff00)) -#define AO_STACK_START 0x32 +#define AO_STACK_START 0x34 #define AO_STACK_END 0xfe #define AO_STACK_SIZE (AO_STACK_END - AO_STACK_START + 1) |