From cdaf3fc5802acf2ddc7972a15649ab0e1b31b873 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 13 Apr 2009 20:39:46 -0700 Subject: USB working up through reading strings --- ao.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ao.h') 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) -- cgit v1.2.3