flipperzero-firmware
flipperzero-firmware copied to clipboard
Issue compiling `muddled_dev` branch
Describe the bug Issue with running make.
To Reproduce Steps to reproduce the behavior:
-
git clone -b muddled_dev https://github.com/MuddledBox/flipperzero-firmware.git
-
make
/flipperzero-firmware/applications/about/about.c:187:5: error: 'bootloader_version_screen' undeclared here (not in a function) identifier "bootloader_version_screen" is undefinedC/C++(20)
If I remove that line referencing bootloader_version_screen
and try to run make
again it complains about the following file missing from:
flipperzero-firmware/firmware/targets/f7/furi_hal/furi_hal_usb_hid.c:12:10: fatal error: hid_usage_consumer.h: No such file or directory 12 | #include "hid_usage_consumer.h"
Expected behavior Firmware is compiled successfully.