Added missing files, ENUMed modulation modes

This commit is contained in:
furrtek
2016-01-05 11:47:46 +01:00
parent 9b8b8cc83f
commit 3477a2691a
34 changed files with 583 additions and 98 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ void m4_switch(const char * hash) {
// Ask M4 to enter loop in RAM
BasebandConfiguration baseband_switch {
.mode = 0xFF,
.mode = SWITCH,
.sampling_rate = 0,
.decimation_factor = 1,
};