* @brief Multi-step callback for yield testing - step 1 * * First phase of multi-step processing for callback switching tests. */
| 218 | * First phase of multi-step processing for callback switching tests. |
| 219 | */ |
| 220 | void multi_step_callback_1() { |
| 221 | test_output.push_back("step_1"); |
| 222 | } |
| 223 | |
| 224 | /** |
| 225 | * @brief Multi-step callback for yield testing - step 2 |
nothing calls this directly
no outgoing calls
no test coverage detected