* @brief Callback for multi-step yield testing - step 2 */
| 233 | * @brief Callback for multi-step yield testing - step 2 |
| 234 | */ |
| 235 | void yield_step2_callback() { |
| 236 | advanced_test_output.push_back("step_2"); |
| 237 | } |
| 238 | |
| 239 | /** |
| 240 | * @brief Consumer callback that yields to yield_step2_callback |
nothing calls this directly
no outgoing calls
no test coverage detected