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

chore(core/bootloader): make cstyle check work

This commit is contained in:
Ondrej Mikle 2023-10-27 15:07:04 +02:00 committed by matejcik
parent 6658ad84d1
commit a4079d0cc5

View File

@ -389,7 +389,7 @@ static uint32_t chunk_size = 0;
__attribute__((section(".buf"))) uint32_t chunk_buffer[IMAGE_CHUNK_SIZE / 4];
#define CHUNK_BUFFER_PTR ((const uint8_t *const)&chunk_buffer)
#define CHUNK_BUFFER_PTR ((const uint8_t *const) & chunk_buffer)
/* we don't use secbool/sectrue/secfalse here as it is a nanopb api */
static bool _read_payload(pb_istream_t *stream, const pb_field_t *field,