diff options
author | Keith Packard <keithp@keithp.com> | 2012-07-17 01:24:52 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-07-17 01:24:52 -0700 |
commit | a5d873d47b3b16ca32559b4de668bf07b25eddb0 (patch) | |
tree | 47c2ca395d776b4e4574ca59dbfdb49d8b6ea870 /src/core | |
parent | 20877ae9de8bb5d3a29e2a96024e53afbd396f55 (diff) |
altos: Place STM config values at fixed addresses for re-use
Just like cc1111, stick the serial number and radio calibration values
at known fixed addresses so that when re-flashing the board, we can go
find the existing values.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/ao_product.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ao_product.c b/src/core/ao_product.c index 67ec6793..ec91b978 100644 --- a/src/core/ao_product.c +++ b/src/core/ao_product.c @@ -29,7 +29,7 @@ const char ao_product[] = AO_iProduct_STRING; #if HAS_USB #include "ao_usb.h" /* USB descriptors in one giant block of bytes */ -__code __at(0x00aa) uint8_t ao_usb_descriptors [] = +AO_ROMCONFIG_SYMBOL(0x00aa) uint8_t ao_usb_descriptors [] = { /* Device descriptor */ 0x12, |