BitBoxSwiss / bitbox02-firmware

Firmware code of the BitBox02 hardware wallet
https://bitbox.swiss/bitbox02
Apache License 2.0
256 stars 91 forks source link

btc/btc_common.h: remove dependency on nanopb header #970

Closed benma closed 1 year ago

benma commented 1 year ago

This is the last use of nanopb generated code before we can remove the nanopb dependency. It is only a few enums generated from the protobuf files. For now, we simply use our own enums instead.