mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-21 09:40:54 +00:00
Merge fixing, commit to catch up on recent files
This commit is contained in:
@@ -86,7 +86,7 @@ private:
|
||||
*/
|
||||
class RDSView : public View {
|
||||
public:
|
||||
RDSView(NavigationView& nav, TransmitterModel& transmitter_model);
|
||||
RDSView(NavigationView& nav);
|
||||
~RDSView();
|
||||
|
||||
void focus() override;
|
||||
@@ -94,7 +94,6 @@ public:
|
||||
|
||||
private:
|
||||
char psname[9];
|
||||
TransmitterModel& transmitter_model;
|
||||
|
||||
Text text_title {
|
||||
{ 76, 16, 88, 16 },
|
||||
|
Reference in New Issue
Block a user