diff options
| author | Keith Packard <keithp@keithp.com> | 2015-12-21 21:48:37 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2016-04-19 23:21:30 -0400 |
| commit | e6bad553009704af69b08b4a22fb5eb8ac6921f8 (patch) | |
| tree | 3c98e3804a913de0dbdb5afca1623afa0f58e766 /src/kernel/ao_config.h | |
| parent | 93100ae8d4c8bd8fd6bdeff2cdc87b613c5d8058 (diff) | |
altos: Support pad/lco boxes with fixed box numbers
This allows for a configuration without adjustable box numbers on
either end of the link, simplifying the UI.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/kernel/ao_config.h')
| -rw-r--r-- | src/kernel/ao_config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/kernel/ao_config.h b/src/kernel/ao_config.h index cfe8555c..f4e9af44 100644 --- a/src/kernel/ao_config.h +++ b/src/kernel/ao_config.h @@ -118,6 +118,9 @@ struct ao_config { #if HAS_APRS uint8_t aprs_format; /* minor version 22 */ #endif +#if HAS_FIXED_PAD_BOX + uint8_t pad_box; /* minor version 22 */ +#endif }; #define AO_APRS_FORMAT_COMPRESSED 0 |
