From bb42ca8ca75c33ba13a9ebcb07acddc409d19cc2 Mon Sep 17 00:00:00 2001 From: Niel Nielsen Date: Thu, 3 Sep 2026 08:03:06 +0200 Subject: [PATCH] Remove unused include for comms.h Removed unused comms.h include from cmdhw.c Signed-off-by: Niel Nielsen --- client/src/cmdhw.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/cmdhw.c b/client/src/cmdhw.c index c2dc34b66..f37f81cec 100644 --- a/client/src/cmdhw.c +++ b/client/src/cmdhw.c @@ -48,12 +48,10 @@ #include "flash.h" // reboot to bootloader mode #include "proxgui.h" #include "graph.h" // for graph data -#include "comms.h" #include "lua.h" static int CmdHelp(const char *Cmd); -size_t pm3_max_cmd_data_size(void); static void lookup_chipid_short(uint32_t iChipID, uint32_t mem_used, uint32_t flash_size) { // AT32 (PM5): the chip id is an ARM DBGMCU IDCODE, not an Atmel CIDR, so the