1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-04-29 13:33:04 +00:00

Add default value to clock_freq

This commit is contained in:
Gyorgy Szombathelyi
2020-10-06 19:43:21 +02:00
parent 8b8c38e886
commit 9f06eeaee7

View File

@@ -63,6 +63,7 @@ mist_cfg_t mist_cfg = {
minimig_cfg_t minimig_cfg = {
.kick1x_memory_detection_patch = 0,
.clock_freq = 0,
.conf_name = {"Default","1","2","3","4"}
};