From b5e18a4c0f3ec707047a92052a6f544c872a0c92 Mon Sep 17 00:00:00 2001 From: Carsten Schmiemann Date: Mon, 3 Oct 2022 12:27:55 +0200 Subject: [PATCH] Original project changes: fix cs11 (canswitch) tag, and reference this format in the documentation --- OVMS.V3/components/can/src/canformat_canswitch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OVMS.V3/components/can/src/canformat_canswitch.cpp b/OVMS.V3/components/can/src/canformat_canswitch.cpp index 7cebbf1..792ae13 100644 --- a/OVMS.V3/components/can/src/canformat_canswitch.cpp +++ b/OVMS.V3/components/can/src/canformat_canswitch.cpp @@ -25,7 +25,7 @@ */ #include "ovms_log.h" -static const char *TAG = "canformat-crtd"; +static const char *TAG = "canformat-cs11"; #include #include "pcp.h"