summaryrefslogtreecommitdiff
path: root/src/drivers/ao_ms5607.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-05-22 13:03:06 -0700
committerKeith Packard <keithp@keithp.com>2013-08-25 22:24:00 -0700
commitd0b4e926ecececa7499a301b6135189be119512e (patch)
treea2c8a67bf1528745a25acfc202d238e7b3242e49 /src/drivers/ao_ms5607.h
parent3ded57394f6dfd7beb9526c031a5c6c6c9926917 (diff)
Initial TeleMini bits
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/drivers/ao_ms5607.h')
-rw-r--r--src/drivers/ao_ms5607.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/ao_ms5607.h b/src/drivers/ao_ms5607.h
index b2f98a59..3fd43fd4 100644
--- a/src/drivers/ao_ms5607.h
+++ b/src/drivers/ao_ms5607.h
@@ -56,7 +56,7 @@ struct ao_ms5607_value {
int32_t temp; /* in °C * 100 */
};
-extern struct ao_ms5607_sample ao_ms5607_current;
+extern __xdata struct ao_ms5607_sample ao_ms5607_current;
void
ao_ms5607_setup(void);