Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Firmware/util.h')
-rw-r--r--Firmware/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Firmware/util.h b/Firmware/util.h
index 52e4b6bce..7cbcb027b 100644
--- a/Firmware/util.h
+++ b/Firmware/util.h
@@ -18,6 +18,7 @@ enum FirmwareRevisionFlavorType
};
extern bool show_upgrade_dialog_if_version_newer(const char *version_string);
+extern bool force_selftest_if_fw_version();
extern void update_current_firmware_version_to_eeprom();