From e7cc77869daced0811cfd0611fac349e752f8713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nima=20Askari=20-----=20=D9=86=DB=8C=D9=85=D8=A7=20=D8=B9?= =?UTF-8?q?=D8=B3=DA=A9=D8=B1=DB=8C?= Date: Sat, 28 Oct 2017 12:28:32 +0330 Subject: [PATCH] remove init function. --- eeprom.h | 1 - 1 file changed, 1 deletion(-) diff --git a/eeprom.h b/eeprom.h index a6b0270..8da1a38 100644 --- a/eeprom.h +++ b/eeprom.h @@ -6,7 +6,6 @@ //################################################################################################################ -bool EE_Init(void); bool EE_Format(void); bool EE_Read(uint16_t VirtualAddress, uint32_t* Data); bool EE_Write(uint16_t VirtualAddress, uint32_t Data);