From 74d8c15b4f4082d2e830be305b4320187ab5c724 Mon Sep 17 00:00:00 2001 From: Marek Bel Date: Thu, 16 May 2019 17:23:54 +0200 Subject: [PATCH] Fix documentation. --- Firmware/menu.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Firmware/menu.cpp b/Firmware/menu.cpp index 6c4fd7be..3bd9d25f 100755 --- a/Firmware/menu.cpp +++ b/Firmware/menu.cpp @@ -365,7 +365,6 @@ void menu_draw_float31(const char* str, float val) //! @brief Draw up to 12 chars of text and a float number in format +1.234 //! -//! @param chr first character to print on the line //! @param str string label to print //! @param val value to print aligned to the right side of the display //!