1
0
forked from fsfw/fsfw

added initializeInterface for comIF/cookie

This commit is contained in:
2020-03-24 15:33:18 +01:00
parent ea49d88c4b
commit b2b6b8ee23
3 changed files with 17 additions and 6 deletions

View File

@ -464,7 +464,7 @@ protected:
* indicates either that all raw messages to and from the device should be sent to #theOneWhoWantsToReadRawTraffic
* or that all device TM should be downlinked to #theOneWhoWantsToReadRawTraffic
*/
enum WiretappingMode {
enum WiretappingMode: uint8_t {
OFF = 0, RAW = 1, TM = 2
} wiretappingMode;