removed need for cpld mode setup for QFP100

This commit is contained in:
bernd-herzog 2023-05-05 11:15:49 +02:00
parent 9b263def37
commit 75718c79b9
3 changed files with 52 additions and 13 deletions

View file

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