1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-23 14:58:09 +00:00

fix(core/embed): fix disc2 target build

[no changelog]
This commit is contained in:
cepetr 2024-05-31 13:23:34 +02:00 committed by cepetr
parent 0bc1d1f706
commit a705335fe1

View File

@ -624,7 +624,7 @@ bool dma2d_rgba8888_blend_mono4(const gfx_bitblt_t* params) {
return true;
}
bool dma2d_rgb8888_blend_mono8(const gfx_bitblt_t* bb) {
bool dma2d_rgba8888_blend_mono8(const gfx_bitblt_t* bb) {
dma2d_wait();
if (!dma2d_accessible(bb->dst_row) || !dma2d_accessible(bb->src_row)) {