mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-01-10 07:33:39 +00:00
Disabled unused baseband "no-op" process (#1986)
This commit is contained in:
parent
0b2d5f75cc
commit
61dc8a0225
@ -76,7 +76,7 @@ __attribute__((section(".external_app.app_calculator.application_information"),
|
|||||||
/*.icon_color = */ ui::Color::yellow().v,
|
/*.icon_color = */ ui::Color::yellow().v,
|
||||||
/*.menu_location = */ app_location_t::UTILITIES,
|
/*.menu_location = */ app_location_t::UTILITIES,
|
||||||
|
|
||||||
/*.m4_app_tag = portapack::spi_flash::image_tag_noop */ {'\0', '\0', '\0', '\0'}, // optional
|
/*.m4_app_tag = portapack::spi_flash::image_tag_none */ {0, 0, 0, 0},
|
||||||
/*.m4_app_offset = */ 0x00000000, // will be filled at compile time
|
/*.m4_app_offset = */ 0x00000000, // will be filled at compile time
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -76,7 +76,7 @@ __attribute__((section(".external_app.app_font_viewer.application_information"),
|
|||||||
/*.icon_color = */ ui::Color::cyan().v,
|
/*.icon_color = */ ui::Color::cyan().v,
|
||||||
/*.menu_location = */ app_location_t::DEBUG,
|
/*.menu_location = */ app_location_t::DEBUG,
|
||||||
|
|
||||||
/*.m4_app_tag = portapack::spi_flash::image_tag_noop */ {'\0', '\0', '\0', '\0'},
|
/*.m4_app_tag = portapack::spi_flash::image_tag_none */ {0, 0, 0, 0},
|
||||||
/*.m4_app_offset = */ 0x00000000, // will be filled at compile time
|
/*.m4_app_offset = */ 0x00000000, // will be filled at compile time
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -76,7 +76,7 @@ __attribute__((section(".external_app.app_pacman.application_information"), used
|
|||||||
/*.icon_color = */ ui::Color::yellow().v,
|
/*.icon_color = */ ui::Color::yellow().v,
|
||||||
/*.menu_location = */ app_location_t::UTILITIES,
|
/*.menu_location = */ app_location_t::UTILITIES,
|
||||||
|
|
||||||
/*.m4_app_tag = portapack::spi_flash::image_tag_noop */ {'\0', '\0', '\0', '\0'}, // optional
|
/*.m4_app_tag = portapack::spi_flash::image_tag_none */ {0, 0, 0, 0},
|
||||||
/*.m4_app_offset = */ 0x00000000, // will be filled at compile time
|
/*.m4_app_offset = */ 0x00000000, // will be filled at compile time
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -76,7 +76,7 @@ __attribute__((section(".external_app.app_tetris.application_information"), used
|
|||||||
/*.icon_color = */ ui::Color::orange().v,
|
/*.icon_color = */ ui::Color::orange().v,
|
||||||
/*.menu_location = */ app_location_t::UTILITIES,
|
/*.menu_location = */ app_location_t::UTILITIES,
|
||||||
|
|
||||||
/*.m4_app_tag = portapack::spi_flash::image_tag_noop */ {'\0', '\0', '\0', '\0'}, // optional
|
/*.m4_app_tag = portapack::spi_flash::image_tag_none */ {0, 0, 0, 0},
|
||||||
/*.m4_app_offset = */ 0x00000000, // will be filled at compile time
|
/*.m4_app_offset = */ 0x00000000, // will be filled at compile time
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -434,12 +434,12 @@ set(MODE_CPPSRC
|
|||||||
)
|
)
|
||||||
DeclareTargets(PNFM nfm_audio)
|
DeclareTargets(PNFM nfm_audio)
|
||||||
|
|
||||||
### No op
|
#### No op
|
||||||
|
#
|
||||||
set(MODE_CPPSRC
|
#set(MODE_CPPSRC
|
||||||
proc_noop.cpp
|
# proc_noop.cpp
|
||||||
)
|
#)
|
||||||
DeclareTargets(PNOP no_operation)
|
#DeclareTargets(PNOP no_operation)
|
||||||
|
|
||||||
### OOK
|
### OOK
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user