From 2778fa9aa049b896645df855484ffa61eae490e4 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Sun, 22 Mar 2020 15:22:14 +0100 Subject: [PATCH] Added author and version of document --- Firmware/eeprom.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Firmware/eeprom.h b/Firmware/eeprom.h index e149526e1..1f9446caa 100644 --- a/Firmware/eeprom.h +++ b/Firmware/eeprom.h @@ -1,6 +1,7 @@ /** * @file + * @author 3d-gussner */ /** \ingroup eeprom_table */ //! _This is a EEPROM table of currently implemented in Prusa firmware (dynamically generated from doxygen)._ @@ -54,6 +55,8 @@ static_assert(sizeof(Sheets) == EEPROM_SHEETS_SIZEOF, "Sizeof(Sheets) is not EEP ### !!! D-codes are case sensitive so please don't use upper case A,C or X in the address you want to read !!! + Version 0.9 + ---------------------------------------------------------------------------------