fix namingspace for an app, remove too old images and links (#2432)

This commit is contained in:
sommermorgentraum
2024-12-18 18:20:53 +08:00
committed by GitHub
parent 9cea76a9f3
commit d5c894b322
3 changed files with 5 additions and 7 deletions
+2 -2
View File
@@ -26,7 +26,7 @@
using namespace portapack;
namespace ui {
namespace ui::external_app::audio_test {
AudioTestView::AudioTestView(NavigationView& nav)
: nav_{nav} {
@@ -103,4 +103,4 @@ void AudioTestView::update_audio_beep() {
baseband::request_beep_stop();
}
} /* namespace ui */
} /* namespace ui::external_app::audio_test */