From 27cf57a3a3490659e4d074eff33fa246ef274f77 Mon Sep 17 00:00:00 2001 From: kraus Date: Sun, 3 Oct 2021 23:18:36 +0200 Subject: [PATCH] gu800 cad --- csrc/u8x8_cad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csrc/u8x8_cad.c b/csrc/u8x8_cad.c index b57c3b92..258a5331 100644 --- a/csrc/u8x8_cad.c +++ b/csrc/u8x8_cad.c @@ -273,7 +273,7 @@ uint8_t u8x8_gu800_cad_110(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, void *arg case U8X8_MSG_CAD_SEND_DATA: u8x8_byte_SetDC(u8x8, 0); data = (uint8_t *)arg_ptr; - whle( arg_int > 0 ) + while( arg_int > 0 ) { u8x8_byte_StartTransfer(u8x8); u8x8_byte_SendByte(u8x8, *data);