1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-02 19:40:57 +00:00

chore(core): fix typo 'capablities'

[no changelog]
This commit is contained in:
tychovrahe 2024-03-01 21:05:45 +01:00 committed by TychoVrahe
parent 0a4a5feaa0
commit e1161866da

View File

@ -106,7 +106,7 @@ void write_bootloader_min_version(uint8_t version) {
} }
#endif #endif
struct BoardCapabilities capablities struct BoardCapabilities capabilities
__attribute__((section(".capabilities_section"))) = { __attribute__((section(".capabilities_section"))) = {
.header = CAPABILITIES_HEADER, .header = CAPABILITIES_HEADER,
.model_tag = TAG_MODEL_NAME, .model_tag = TAG_MODEL_NAME,