summaryrefslogtreecommitdiff
path: root/ao_ee.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-04-18 23:19:24 -0700
committerKeith Packard <keithp@keithp.com>2009-04-18 23:19:24 -0700
commit5be13b76a2e29b84cd6d1eec065e3354b0dafce5 (patch)
treeca24136b5761278ce36a23647a14b366e0dee15b /ao_ee.c
parent3e18b5a0d4c7d84df98b6ed0b7783de1d42d45bf (diff)
Start using pdata area for less-frequently used datasn1-flight1
Diffstat (limited to 'ao_ee.c')
-rw-r--r--ao_ee.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ao_ee.c b/ao_ee.c
index 8dbb5e83..ea127c12 100644
--- a/ao_ee.c
+++ b/ao_ee.c
@@ -170,9 +170,9 @@ ao_ee_wrsr(uint8_t status)
#define EE_BLOCK_NONE 0xffff
-__xdata uint8_t ao_ee_data[EE_BLOCK];
-__data uint16_t ao_ee_block = EE_BLOCK_NONE;
-__data uint8_t ao_ee_block_dirty;
+static __xdata uint8_t ao_ee_data[EE_BLOCK];
+static __pdata uint16_t ao_ee_block = EE_BLOCK_NONE;
+static __pdata uint8_t ao_ee_block_dirty;
/* Write the current block to the EEPROM */
static void