* Old deprecated function name for setLEDFeedback() */
| 159 | * Old deprecated function name for setLEDFeedback() |
| 160 | */ |
| 161 | void setBlinkPin(uint8_t aBlinkPin) { |
| 162 | setLEDFeedbackPin(aBlinkPin); |
| 163 | } |
| 164 | |
| 165 | /** @}*/ |
| 166 |
nothing calls this directly
no test coverage detected