On PortaPack shutdown, init HackRF CPLD to EEPROM bitstream.

This commit is contained in:
Jared Boone 2016-07-18 11:32:14 -07:00
parent 4b7fa9f411
commit 77291b4e31
3 changed files with 11 additions and 0 deletions

View file

@ -166,6 +166,9 @@ void shutdown() {
radio::disable();
audio::shutdown();
cpld_hackrf_init_from_eeprom();
clock_manager.shutdown();
power.shutdown();