From 8e70296659d572a566498a2d2e1d8e18a6bb5943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Thu, 16 Mar 2017 13:50:49 +0100 Subject: [PATCH] Don't redefine the I2C_Watchdog of the KSDK. --- right/src/init_peripherials.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/right/src/init_peripherials.h b/right/src/init_peripherials.h index 4614856..03f702e 100644 --- a/right/src/init_peripherials.h +++ b/right/src/init_peripherials.h @@ -3,10 +3,6 @@ #include "fsl_common.h" -// Variables: - - uint32_t I2C_Watchdog = 0; - // Functions: void InitPeripherials();