diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2012-12-04 21:03:56 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-12-04 21:05:26 -0800 |
commit | 7383f7fe0a77c906aafcd61ccfc09dc1866c5416 (patch) | |
tree | fffa5345d14becb98c775d393ceff1dc9e1906df /uemis.h | |
parent | 8562364bd95b3c049b515ec56077c40d9106daee (diff) | |
download | subsurface-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,4 +40,4 @@ typedef struct { uint8_t flags[8]; } __attribute((packed)) uemis_sample_t; -#endif /* DIVE_H */ +#endif /* UEMIS_H */ |