Skip to content

Commit

Permalink
fixup! feat(core): add support for STM32U5A9J-DK board
Browse files Browse the repository at this point in the history
  • Loading branch information
TychoVrahe committed Nov 14, 2023
1 parent 7c6a6b7 commit 104fd77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/embed/trezorhal/stm32u5/displays/dsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ ALIGN_32BYTES(uint32_t PhysFrameBuffer0[184320]);
__attribute__((section(".fb2")))
ALIGN_32BYTES(uint32_t PhysFrameBuffer1[184320]);

__attribute__((section(".gfxmmu_table"))) uint32_t gfxmmu_lut[2 * GFXMMU_LUT_SIZE];
__attribute__((section(".gfxmmu_table")))
uint32_t gfxmmu_lut[2 * GFXMMU_LUT_SIZE];
__attribute__((section(".framebuffer_select"))) uint32_t act_frame_buffer = 0;

#if (USE_HAL_GFXMMU_REGISTER_CALLBACKS == 1)
Expand Down

0 comments on commit 104fd77

Please sign in to comment.