diff options
author | Keith Packard <keithp@keithp.com> | 2011-08-13 23:56:06 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-08-13 23:56:06 -0700 |
commit | 7f74761051f2a5ab45b82c4dd79a8569376bbe2e (patch) | |
tree | 56a057901aa4c9ac2040d4556160bd9648da713a | |
parent | 924d56a4d2d8b16530cd378b18cfc5d6e08420ed (diff) |
altos: Correct AO_CONFIG_MINOR from 6 to 7
Forgot to bump this when adding radio setting.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/ao.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |