From 775c5d3a29299d0f59596442974c595c9b03e882 Mon Sep 17 00:00:00 2001 From: athatheocsd <athatheo@csd.auth.gr> Date: Tue, 4 Dec 2018 12:14:02 +0200 Subject: [PATCH] Fixed //ST -> ST //. Is this thodkatz, is this vera, is this kongr45gpen? Noone knows. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 61459f4e..ef59be9c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -143,7 +143,7 @@ int main() { errorMessage.appendBits(2, 7); errorMessage.appendByte(15); - //ST[05] (5,5 to 5,8) test [works] + // ST[05] (5,5 to 5,8) test [works] EventReportService::Event eventIDs[] = {EventReportService::HighSeverityUnknownEvent, EventReportService::MediumSeverityUnknownEvent}; EventReportService::Event eventIDs2[] = {EventReportService::HighSeverityUnknownEvent}; -- GitLab