From 097bc9037183c47389621cdeddfc8f37e8ff2c59 Mon Sep 17 00:00:00 2001 From: OwO Date: Fri, 21 May 2021 11:17:05 +0000 Subject: [PATCH] update about text --- ui.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ui.cpp b/ui.cpp index a0f23c1..7e456eb 100644 --- a/ui.cpp +++ b/ui.cpp @@ -284,11 +284,6 @@ show_version(void) ili9341_drawstring("Compiler: " PORT_COMPILER_NAME, x, y += step); ili9341_drawstring("Port Info: " PORT_INFO, x, y += step); ili9341_drawstring("Board: " BOARD_NAME, x, y += step); - if(cpu_enable_fpu()) - fpu = "Has FPU: yes"; - else - fpu = "Has FPU: no"; - ili9341_drawstring(fpu, x, y += step); while (true) { UIEvent evt = uiWaitEvent();