Init: Boot to HackRF mode if PortaPack CPLD not found.

Worst case, customers can always pull off the PortaPack to get back to a working HackRF.
This commit is contained in:
Jared Boone
2017-06-13 22:16:00 -07:00
parent b3c21c3762
commit 748e5a4f5f
3 changed files with 31 additions and 23 deletions

View File

@@ -49,7 +49,7 @@ extern ReceiverModel receiver_model;
extern TemperatureLogger temperature_logger;
void init();
bool init();
void shutdown();
} /* namespace portapack */