Skip to content
Snippets Groups Projects
Commit f13718c9 authored by Jens Georg's avatar Jens Georg
Browse files

Make enableDebug a boolean

parent dd56c9c3
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ struct TecModule : ctk::ApplicationModule {
ctk::ScalarPushInputWB<uint32_t> fpgaTimeout{
this, "fpgaTimeout", "ms", "Timeout for communication with FPGA firmware."};
ctk::ScalarPollInput<uint32_t> enableDebug{this, "enableDebug", "", "Enable debug output to console"};
ctk::ScalarPollInput<ctk::Boolean> enableDebug{this, "enableDebug", "", "Enable debug output to console"};
ctk::ScalarPollInput<ctk::Boolean> enableHeartbeat{
this, "enableHeartbeat", "", "Enable periodic check of communication with TEC"};
......
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