diff --git a/src/gui/debug.cpp b/src/gui/debug.cpp index aff827718..23d0df10e 100644 --- a/src/gui/debug.cpp +++ b/src/gui/debug.cpp @@ -51,7 +51,7 @@ #define COMMON_CHIP_DEBUG \ ImGui::Text("- rate: %d",ch->rate); \ - ImGui::Text("- chipClock: %.f",ch->chipClock); + ImGui::Text("- chipClock: %d",ch->chipClock); #define FM_CHIP_DEBUG \ COMMON_CHIP_DEBUG; \