* @brief First test callback for multi-callback scenarios * * Used to distinguish between different callbacks in multi-task tests. */
| 188 | * Used to distinguish between different callbacks in multi-task tests. |
| 189 | */ |
| 190 | void callback_1() { |
| 191 | callback_counter++; |
| 192 | test_output.push_back("callback_1"); |
| 193 | } |
| 194 | |
| 195 | /** |
| 196 | * @brief Second test callback for multi-callback scenarios |
nothing calls this directly
no outgoing calls
no test coverage detected