summaryrefslogtreecommitdiff
path: root/tests/i2c-master/i2c-master.h
diff options
context:
space:
mode:
authorjaseg <git@jaseg.net>2018-07-17 15:43:26 +0200
committerjaseg <git@jaseg.net>2018-07-17 15:43:26 +0200
commit6df66b77ba5b27bce5630694742f2dac57b8d3eb (patch)
treefc14370fdea41b6d7a672758aa89886b9107f78c /tests/i2c-master/i2c-master.h
parent90ce052d82daa86e1e86ab4dac7fbba0cdda8680 (diff)
downloadolsndot-6df66b77ba5b27bce5630694742f2dac57b8d3eb.tar.gz
olsndot-6df66b77ba5b27bce5630694742f2dac57b8d3eb.tar.bz2
olsndot-6df66b77ba5b27bce5630694742f2dac57b8d3eb.zip
Isolate usb-serial-rs485 tree
Diffstat (limited to 'tests/i2c-master/i2c-master.h')
-rw-r--r--tests/i2c-master/i2c-master.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/i2c-master/i2c-master.h b/tests/i2c-master/i2c-master.h
deleted file mode 100644
index 7a44b66..0000000
--- a/tests/i2c-master/i2c-master.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * common i2c master code headers.
- * Karl Palsson <karlp@tweak.net.au>
- */
-
-#pragma once
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-
- void i2cm_init(void);
- void i2cm_task(void);
-
-#ifdef __cplusplus
-}
-#endif
-