Some minor documentation of the code.

This commit is contained in:
2021-09-24 18:11:10 +02:00
parent c70fed0aa9
commit 58a3cd34ed
11 changed files with 15 additions and 19 deletions

View File

@ -1,5 +1,5 @@
/*
* subsystemIdRanges.h
* subsystemIdRanges.h
*
* Created on: Jul 27, 2018
* Author: gaisser
@ -11,7 +11,6 @@
namespace SUBSYSTEM_ID {
enum {
DUMMY = 10,
// Here I add the ID of Arduino for TCS and eventual useful events.
ARDUINO_TCS = 11,
};