Skip to content
Snippets Groups Projects
Commit 38b7db6e authored by Graziano Scalamera's avatar Graziano Scalamera
Browse files

Fix TestDevice for cppTango 9.5.x update

parent 57b774b8
No related branches found
No related tags found
No related merge requests found
Pipeline #2038 passed with stages
in 3 minutes and 24 seconds
...@@ -20,6 +20,15 @@ ...@@ -20,6 +20,15 @@
#include <tango/tango.h> #include <tango/tango.h>
#ifndef TANGO_LOG
#define TANGO_LOG cout
#endif
#ifndef TANGO_LOG_INFO
#define TANGO_LOG_INFO cout2
#endif
#ifndef TANGO_LOG_DEBUG
#define TANGO_LOG_DEBUG cout4
#endif
int main(int argc,char *argv[]) int main(int argc,char *argv[])
{ {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment