summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-08-13 23:56:06 -0700
committerKeith Packard <keithp@keithp.com>2011-08-13 23:56:06 -0700
commit7f74761051f2a5ab45b82c4dd79a8569376bbe2e (patch)
tree56a057901aa4c9ac2040d4556160bd9648da713a
parent924d56a4d2d8b16530cd378b18cfc5d6e08420ed (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.h2
1 files changed, 1 insertions, 1 deletions
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;