diff options
Diffstat (limited to 'testhal/STM32F1xx/I2C/i2c_pns.h')
-rw-r--r-- | testhal/STM32F1xx/I2C/i2c_pns.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testhal/STM32F1xx/I2C/i2c_pns.h b/testhal/STM32F1xx/I2C/i2c_pns.h new file mode 100644 index 000000000..4dfdf320e --- /dev/null +++ b/testhal/STM32F1xx/I2C/i2c_pns.h @@ -0,0 +1,8 @@ +#ifndef I2C_PNS_H_
+#define I2C_PNS_H_
+
+
+void I2CInit_pns(void);
+
+
+#endif /* I2C_PNS_H_ */
|