mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-12 01:29:29 +00:00
Fixed the issues #3280
This commit is contained in:
@@ -54,9 +54,9 @@ bool FilteredSpectrumCollector::feed(
|
|||||||
if (is_streaming()) {
|
if (is_streaming()) {
|
||||||
capture_ready_ = true;
|
capture_ready_ = true;
|
||||||
EventDispatcher::events_flag(EVT_MASK_SPECTRUM);
|
EventDispatcher::events_flag(EVT_MASK_SPECTRUM);
|
||||||
} else {
|
} else {
|
||||||
capture_ready_ = false;
|
capture_ready_ = false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
@@ -21,7 +21,8 @@
|
|||||||
# Boston, MA 02110-1301, USA.
|
# Boston, MA 02110-1301, USA.
|
||||||
#
|
#
|
||||||
|
|
||||||
# external app address ranges below must match those in linker file "external.ld"
|
# External app address ranges below must match those in linker file "external.ld".
|
||||||
|
# The end address is exclusive.
|
||||||
maximum_application_size = 32*1024
|
maximum_application_size = 32*1024
|
||||||
external_apps_address_start = 0xADB00000
|
external_apps_address_start = 0xADB00000
|
||||||
external_apps_address_end = 0xAE110000
|
external_apps_address_end = 0xAE108000
|
||||||
|
|||||||
Reference in New Issue
Block a user