Skip to content

Commit

Permalink
update about text
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-tenma-white committed May 21, 2021
1 parent ebc366e commit 097bc90
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 097bc90

Please sign in to comment.