BitBoxSwiss / bitbox02-firmware

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

update from C99 to C11 #1110

Closed benma closed 10 months ago

benma commented 10 months ago

This change does not modify the resulting images at all, the hashes stay the same. It allows however to use C11 features in future commits, such as static asserts (https://en.cppreference.com/w/c/language/_Static_assert), which can help improve some compile time checks.