From 1c51b0f0e8b16dcca31ee69f6a46f5b630500556 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Sun, 11 Aug 2024 00:17:54 +0800 Subject: [PATCH] update --- transmit_disfection_protocol.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmit_disfection_protocol.hpp b/transmit_disfection_protocol.hpp index 69e285c..923fc07 100644 --- a/transmit_disfection_protocol.hpp +++ b/transmit_disfection_protocol.hpp @@ -274,7 +274,7 @@ typedef struct { uint16_t sysHasRun; } ack_sysinfo_t; -static inline const char* protocolType2Str(int type) { +static inline const char* PSType2Str(int type) { switch (type) { case 0: return "P100";