You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/08/08 16:00:32 UTC

[plc4x] 03/04: chore(cbus): fixed code commend

This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit 33b83d3f4fbee10ffa8cedd346852727528941c4
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Mon Aug 8 17:59:51 2022 +0200

    chore(cbus): fixed code commend
---
 protocols/c-bus/src/main/resources/protocols/cbus/c-bus.mspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/protocols/c-bus/src/main/resources/protocols/cbus/c-bus.mspec b/protocols/c-bus/src/main/resources/protocols/cbus/c-bus.mspec
index 9fbd237a1..17ae4e22a 100644
--- a/protocols/c-bus/src/main/resources/protocols/cbus/c-bus.mspec
+++ b/protocols/c-bus/src/main/resources/protocols/cbus/c-bus.mspec
@@ -89,7 +89,7 @@
                               calDataDecoded 'calData'                      ]
         ]
         ['REQUEST_COMMAND' *Command
-            [const    byte  initiator 0x5C                                  ] // 0x5C == "/"
+            [const    byte  initiator 0x5C                                  ] // 0x5C == "\"
             [manual   CBusCommand
                               cbusCommand
                         'STATIC_CALL("readCBusCommand", readBuffer, cBusOptions, cBusOptions.srchk)'