mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-05 16:32:15 +00:00
Fix typos committed to furrtek/havoc repo.
Thanks, furrtek!
This commit is contained in:
@@ -237,7 +237,7 @@ std::filesystem::path next_filename_stem_matching_pattern(std::filesystem::path
|
||||
static_assert(sizeof(FIL::err) == 1, "FatFs FIL::err size not expected.");
|
||||
|
||||
/* Dangerous to expose these, as FatFs native error values are byte-sized. However,
|
||||
* my filesystem_error implemetation is fine with it. */
|
||||
* my filesystem_error implementation is fine with it. */
|
||||
#define FR_DISK_FULL (0x100)
|
||||
#define FR_EOF (0x101)
|
||||
#define FR_BAD_SEEK (0x102)
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
namespace ui {
|
||||
|
||||
/* MenuViewItem **********************************************************/
|
||||
/* MenuItemView **********************************************************/
|
||||
|
||||
void MenuItemView::select() {
|
||||
if( item.on_select ) {
|
||||
|
||||
Reference in New Issue
Block a user