mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-01-08 19:17:39 +00:00
Remove dead code.
This commit is contained in:
parent
6acce63a26
commit
30d249df26
@ -39,8 +39,6 @@ namespace ui {
|
|||||||
SystemStatusView::SystemStatusView() {
|
SystemStatusView::SystemStatusView() {
|
||||||
add_children({ {
|
add_children({ {
|
||||||
&portapack,
|
&portapack,
|
||||||
//&text_app_fifo_n,
|
|
||||||
//&text_baseband_fifo_n,
|
|
||||||
&rssi,
|
&rssi,
|
||||||
&channel,
|
&channel,
|
||||||
&audio,
|
&audio,
|
||||||
|
@ -44,17 +44,7 @@ private:
|
|||||||
{ 0, 0, 9 * 8, 1 * 16 },
|
{ 0, 0, 9 * 8, 1 * 16 },
|
||||||
"PortaPack",
|
"PortaPack",
|
||||||
};
|
};
|
||||||
/*
|
|
||||||
Text text_app_fifo_n {
|
|
||||||
{ 12 * 8, 0, 3 * 8, 1 * 16 },
|
|
||||||
"---",
|
|
||||||
};
|
|
||||||
|
|
||||||
Text text_baseband_fifo_n {
|
|
||||||
{ 16 * 8, 0, 3 * 8, 1 * 16 },
|
|
||||||
"---",
|
|
||||||
};
|
|
||||||
*/
|
|
||||||
RSSI rssi {
|
RSSI rssi {
|
||||||
{ 19 * 8, 0, 11 * 8, 4 },
|
{ 19 * 8, 0, 11 * 8, 4 },
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user