From: Keith Packard Date: Sun, 14 Aug 2011 06:56:06 +0000 (-0700) Subject: altos: Correct AO_CONFIG_MINOR from 6 to 7 X-Git-Tag: 0.9.6.0~4 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=7f74761051f2a5ab45b82c4dd79a8569376bbe2e altos: Correct AO_CONFIG_MINOR from 6 to 7 Forgot to bump this when adding radio setting. Signed-off-by: Keith Packard --- diff --git a/src/ao.h b/src/ao.h index 6a4da31e..79452862 100644 --- a/src/ao.h +++ b/src/ao.h @@ -1415,7 +1415,7 @@ ao_igniter_init(void); */ #define AO_CONFIG_MAJOR 1 -#define AO_CONFIG_MINOR 6 +#define AO_CONFIG_MINOR 7 struct ao_config { uint8_t major;