summaryrefslogtreecommitdiffstats
path: root/app/prototypes.h
diff options
context:
space:
mode:
authorfishsoupisgood <github@madingley.org>2020-06-15 14:24:30 +0100
committerfishsoupisgood <github@madingley.org>2020-06-15 14:24:30 +0100
commit4f720ba83341b17dd6aea0e613878e6928505b00 (patch)
treeca77f6427c1db31227a5fc4dfec564063ad93dab /app/prototypes.h
parent4ced1453cee7a3131459040efd57f73bfc77aece (diff)
downloadrobs_speedo-4f720ba83341b17dd6aea0e613878e6928505b00.tar.gz
robs_speedo-4f720ba83341b17dd6aea0e613878e6928505b00.tar.bz2
robs_speedo-4f720ba83341b17dd6aea0e613878e6928505b00.zip
moar
Diffstat (limited to 'app/prototypes.h')
-rw-r--r--app/prototypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/prototypes.h b/app/prototypes.h
index d7c2a97..4eb3605 100644
--- a/app/prototypes.h
+++ b/app/prototypes.h
@@ -50,6 +50,7 @@ extern void i2cp2_reset_sm(void);
extern void i2cp1_start_dma(uint8_t *buf, int len);
extern void i2cp2_start_dma(uint8_t *buf, int len);
extern int i2cp1_dma_in_progress(void);
+extern int i2cp2_dma_in_progress(void);
extern void i2cp1_stop_dma(void);
extern void i2cp2_stop_dma(void);
extern void i2cp_reset(uint32_t i2c);