forked from flipperdevices/flipperzero-firmware
-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.gitmake
/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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working