summaryrefslogtreecommitdiffstats
path: root/uemis.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2012-12-04 21:03:56 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-12-04 21:05:26 -0800
commit7383f7fe0a77c906aafcd61ccfc09dc1866c5416 (patch)
treefffa5345d14becb98c775d393ceff1dc9e1906df /uemis.h
parent8562364bd95b3c049b515ec56077c40d9106daee (diff)
downloadsubsurface-7383f7fe0a77c906aafcd61ccfc09dc1866c5416.tar.gz
Change Uemis debug code to test for bit values
This way individual pieces can be turned on and off. The commit also adds code to read from a disk image (instead of the SDA) without all the long timeouts. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'uemis.h')
-rw-r--r--uemis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uemis.h b/uemis.h
index 21d11e707..ac47b0978 100644
--- a/uemis.h
+++ b/uemis.h
@@ -40,4 +40,4 @@ typedef struct {
uint8_t flags[8];
} __attribute((packed)) uemis_sample_t;
-#endif /* DIVE_H */
+#endif /* UEMIS_H */