From e1161866da045c984e18533133a625155f6311e4 Mon Sep 17 00:00:00 2001 From: tychovrahe Date: Fri, 1 Mar 2024 21:05:45 +0100 Subject: [PATCH] chore(core): fix typo 'capablities' [no changelog] --- core/embed/boardloader/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/embed/boardloader/main.c b/core/embed/boardloader/main.c index 1ff87fafb..f73b64c00 100644 --- a/core/embed/boardloader/main.c +++ b/core/embed/boardloader/main.c @@ -106,7 +106,7 @@ void write_bootloader_min_version(uint8_t version) { } #endif -struct BoardCapabilities capablities +struct BoardCapabilities capabilities __attribute__((section(".capabilities_section"))) = { .header = CAPABILITIES_HEADER, .model_tag = TAG_MODEL_NAME,