From b8935a9bdc002e960423f97d2c2b181fbe69072e Mon Sep 17 00:00:00 2001 From: Vasily Davydov Date: Wed, 26 Apr 2023 16:14:42 +0300 Subject: [PATCH] eeprom: [#22] remove dependency --- source/shoh/src/peripherals/EEPROMio.h | 1 - 1 file changed, 1 deletion(-) diff --git a/source/shoh/src/peripherals/EEPROMio.h b/source/shoh/src/peripherals/EEPROMio.h index 5049d96..2a45571 100644 --- a/source/shoh/src/peripherals/EEPROMio.h +++ b/source/shoh/src/peripherals/EEPROMio.h @@ -14,7 +14,6 @@ #include "board.h" #include #include -#include #define READ true #define WRITE false