Skip to content
Snippets Groups Projects
Commit 9be76871 authored by athatheocsd's avatar athatheocsd
Browse files

Deleted unnecessary comments

parent fd7779f9
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,6 @@ void EventReportService::listOfDisabledEventsReport() {
// TM[5,8]
Message report = createTM(8);
// Any chance we'll have more than uint8_t (>255 events) ? This will produce an error!
uint16_t numberOfDisabledEvents = stateOfEvents.size() - stateOfEvents.count();
report.appendByte(numberOfDisabledEvents);
for (uint16_t i = 0; i < stateOfEvents.size(); i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment