Fixes for -Wundef and iButton ID

This commit is contained in:
Willy-JL
2024-07-31 23:36:25 +02:00
parent b4c24e6e4b
commit 10bc24145e
3 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@
#include <gui/modules/popup.h>
#include "scenes/findmy_scene.h"
#include "helpers/base64.h"
#if FW_ORIGIN_Official
#ifdef FW_ORIGIN_Official
void furi_hal_bt_reverse_mac_addr(uint8_t mac_addr[GAP_MAC_ADDR_SIZE]);
#endif