Skip to content

Commit 7a28313

Browse files
committed
vfx_core: minor update
1 parent 12e71f7 commit 7a28313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/src/user/vfx_core.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ void vfx_draw_layer_number(uint8_t num, uint8_t layer, float color_h, float colo
208208
uint8_t z = 0;
209209

210210
for (uint8_t i = 0; i < 8; i++) {
211-
unsigned char temp = vfx_bitmap_number[num][i];
211+
uint8_t temp = vfx_bitmap_number[num][i];
212212

213213
for (uint8_t j = 0; j < 8; j++) {
214214
if (temp & 0x80) {

0 commit comments

Comments
 (0)