diff options
Diffstat (limited to 'src/lpc/ao_arch.h')
| -rw-r--r-- | src/lpc/ao_arch.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lpc/ao_arch.h b/src/lpc/ao_arch.h index d04bf2c8..9dcfadc0 100644 --- a/src/lpc/ao_arch.h +++ b/src/lpc/ao_arch.h @@ -28,10 +28,10 @@  #define AO_STACK_SIZE	512  #endif -#define AO_LED_TYPE	uint16_t -  #define AO_PORT_TYPE	uint32_t +#define AO_LED_TYPE	AO_PORT_TYPE +  #ifndef AO_TICK_TYPE  #define AO_TICK_TYPE	uint16_t  #define AO_TICK_SIGNED	int16_t  | 
