1
0
forked from fsfw/fsfw

Changed Cookie to CookieIF

This commit is contained in:
2020-04-18 14:10:38 +02:00
parent 81ab5a6914
commit 9c958c06fe
6 changed files with 35 additions and 34 deletions

View File

@ -244,7 +244,7 @@ protected:
/**
* Cookie used for communication
*/
Cookie *cookie;
CookieIF *cookie;
/**
* The MessageQueue used to receive device handler commands and to send replies.