mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-25 07:10:43 -04:00
removed need for cpld mode setup for QFP100
This commit is contained in:
parent
9b263def37
commit
75718c79b9
3 changed files with 52 additions and 13 deletions
|
@ -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
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue