From 457894ecd823e5a2780c4aa64b3f27827a55e700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sat, 7 Oct 2017 16:35:34 +0200 Subject: [PATCH] Remove redundant InitI2cV2() function prototype. --- left/src/init_peripherals.h | 1 - 1 file changed, 1 deletion(-) diff --git a/left/src/init_peripherals.h b/left/src/init_peripherals.h index 22b54ad..fce7584 100644 --- a/left/src/init_peripherals.h +++ b/left/src/init_peripherals.h @@ -12,6 +12,5 @@ void InitPeripherals(void); void InitI2c(void); - void InitI2cV2(void); #endif