mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-20 06:29:02 +00:00
Loadmodule emergency fix
This commit is contained in:
@@ -105,14 +105,14 @@ void m4_switch(const char * hash) {
|
||||
modhash = const_cast<char*>(hash);
|
||||
|
||||
// Ask M4 to enter wait loop in RAM
|
||||
BasebandConfiguration baseband_switch {
|
||||
.mode = 255, // DEBUG
|
||||
/*BasebandConfiguration baseband_switch {
|
||||
.mode = 255,
|
||||
.sampling_rate = 0,
|
||||
.decimation_factor = 1,
|
||||
};
|
||||
|
||||
BasebandConfigurationMessage message { baseband_switch };
|
||||
shared_memory.baseband_queue.push(message);
|
||||
shared_memory.baseband_queue.push(message);*/
|
||||
}
|
||||
|
||||
void m4_request_shutdown() {
|
||||
|
||||
Reference in New Issue
Block a user