]> git.tdb.fi Git - model-railway-devices.git/blobdiff - firmware/eeprom.h
Reorganize the directory structure
[model-railway-devices.git] / firmware / eeprom.h
diff --git a/firmware/eeprom.h b/firmware/eeprom.h
deleted file mode 100644 (file)
index 903ce96..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef EEPROM_H_
-#define EEPROM_H_
-
-void eeprom_write(uint16_t, uint8_t);
-uint8_t eeprom_read(uint16_t);
-
-#endif