Closed zWaR closed 8 months ago
This header is not exposed as public: https://raw.githubusercontent.com/flipperdevices/flipperzero-firmware/dev/targets/f7/api_symbols.csv
Multiple lib/nfc/protocols/mf_classic
headers are exposed, but crypto isn't one of them.
Oh, makes sense. Thanks @CookiePLMonster!
Hey there,
I'm compiling a custom application for Flipper Zero. I'm using
ufbt
. The code is includingcrypto1.h
like his:I made sure that this include follows the path to
crypto1.h
in thedev
branch of the official firmware repository on GitHub: https://github.com/flipperdevices/flipperzero-firmware/blob/dev/lib/nfc/protocols/mf_classic/crypto1.hI made sure
ufbt
is using firmware's latestdev
branch by running:However, when running
ufbt
, I get the following error:What's the correct way to include
crypto1.h
?Thanks.