Stabilus 322699 wDoublePID
Dependencies: mbed QEI PID DmTftLibraryEx
Diff: Peripherals/Eeprom.h
- Revision:
- 21:ab8027016a2c
- Parent:
- 20:626b92b70bf7
- Child:
- 23:b9d23a2f390e
--- a/Peripherals/Eeprom.h Thu Nov 08 10:14:39 2018 +0000 +++ b/Peripherals/Eeprom.h Thu Jan 20 08:15:44 2022 +0000 @@ -17,8 +17,8 @@ #include "Menu.h" -#include "DemoApplication.h" -#include "sx1280.h" +//#include "DemoApplication.h" +//#include "sx1280.h" /*! @@ -118,9 +118,9 @@ typedef struct { MenuSettings_t MenuSettings; - DemoSettings_t DemoSettings; - ModulationParams_t ModulationParams; - PacketParams_t PacketParams; +// DemoSettings_t DemoSettings; +// ModulationParams_t ModulationParams; +// PacketParams_t PacketParams; uint16_t CheckSum; }EepromData_t; @@ -174,7 +174,7 @@ * * \param [in] modulation modulation type to select for mod. & packet params */ -void EepromLoadSettings( RadioPacketTypes_t modulation ); +//void EepromLoadSettings( RadioPacketTypes_t modulation ); /*! * \brief Initialises the contents of flash to default values & save to EEPROM