Read the hardware configuration area and the user configuration area of the EEPROM into the RAM and try to apply it.

This commit is contained in:
László Monda
2017-09-14 09:55:29 +02:00
parent 3c40b21ced
commit e6b5b3b3a5
6 changed files with 37 additions and 9 deletions

View File

@@ -37,6 +37,7 @@
// Functions:
extern void usbProtocolHandler();
extern void UsbProtocolHandler();
extern void ApplyConfig(void);
#endif