aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F1xx/I2C/fake.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F1xx/I2C/fake.h')
-rw-r--r--testhal/STM32F1xx/I2C/fake.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/testhal/STM32F1xx/I2C/fake.h b/testhal/STM32F1xx/I2C/fake.h
new file mode 100644
index 000000000..a83652e29
--- /dev/null
+++ b/testhal/STM32F1xx/I2C/fake.h
@@ -0,0 +1,6 @@
+#ifndef FAKE_H_
+#define FAKE_H_
+
+void request_fake(void);
+
+#endif /* FAKE_H_ */