Remove redundant InitI2cV2() function prototype.

This commit is contained in:
László Monda
2017-10-07 16:35:34 +02:00
parent 8dba4df6f6
commit 457894ecd8

View File

@@ -12,6 +12,5 @@
void InitPeripherals(void);
void InitI2c(void);
void InitI2cV2(void);
#endif