summaryrefslogtreecommitdiff
path: root/ao.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-04-13 20:39:46 -0700
committerKeith Packard <keithp@keithp.com>2009-04-13 20:39:46 -0700
commitcdaf3fc5802acf2ddc7972a15649ab0e1b31b873 (patch)
tree4d2edffb0af681edb3a275d3804f45dc710923b3 /ao.h
parentc5c1e3fb1c253d387be02c127253ac2a55d577b4 (diff)
USB working up through reading strings
Diffstat (limited to 'ao.h')
-rw-r--r--ao.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ao.h b/ao.h
index 7c68645c..6de3339f 100644
--- a/ao.h
+++ b/ao.h
@@ -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)