diff options
author | Keith Packard <keithp@keithp.com> | 2014-06-10 09:37:43 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-06-10 09:38:53 -0700 |
commit | 75df97b5f6ade3310618a477b685d39b7fd4666e (patch) | |
tree | c4e77a81e5a3735d3bfe800d4cbfb1b64951ce7c /src/cc1111 | |
parent | 998eae61ecf56dd6ead4ec6ad82c952ae84170df (diff) |
altos: Report total available log space in version command
This provides a more accurate means of determining available log space
than guessing whether some portion of the flash chip holds
configuration data.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/cc1111')
-rw-r--r-- | src/cc1111/ao_pins.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cc1111/ao_pins.h b/src/cc1111/ao_pins.h index 298d6acc..2b19f1f6 100644 --- a/src/cc1111/ao_pins.h +++ b/src/cc1111/ao_pins.h @@ -18,7 +18,8 @@ #ifndef _AO_PINS_H_ #define _AO_PINS_H_ -#define HAS_RADIO 1 +#define HAS_RADIO 1 +#define DISABLE_LOG_SPACE 1 #if defined(TELEMETRUM_V_1_0) /* Discontinued and was never built with CC1111 chips needing this */ |