Making of a simplified CAN system

This commit is contained in:
@CarlWachter
2024-02-22 17:24:09 +01:00
parent 8367127c62
commit 0d2646ace3
4 changed files with 19 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ namespace sta
// ###### Register different threads for different states here. ######
// The dummy task runs for state 0.
Manager::instance()->registerThread(std::make_shared<demo::CanTask>("CAN SPAM", &hcan1), {0});
//Manager::instance()->registerThread(std::make_shared<demo::CanTask>("CAN SPAM", &hcan1), {0});
STA_DEBUG_PRINTF("The answer to everything is %d", 42);