* @brief Callback for multi-step yield testing - step 1 */
| 226 | * @brief Callback for multi-step yield testing - step 1 |
| 227 | */ |
| 228 | void yield_step1_callback() { |
| 229 | advanced_test_output.push_back("step_1"); |
| 230 | } |
| 231 | |
| 232 | /** |
| 233 | * @brief Callback for multi-step yield testing - step 2 |
nothing calls this directly
no outgoing calls
no test coverage detected