refactoring

This commit is contained in:
bernd-herzog
2023-05-05 12:46:59 +02:00
parent 75718c79b9
commit da6c6bb03c
3 changed files with 18 additions and 54 deletions

View File

@@ -27,13 +27,8 @@
namespace portapack {
namespace cpld {
bool update_possible();
bool update_necessary(
const Config config
);
bool update(
uint32_t update_if_necessary(
const Config config
);