* Historically this only affects receive LED */
| 79 | * Historically this only affects receive LED |
| 80 | */ |
| 81 | void enableLEDFeedback() { |
| 82 | FeedbackLEDControl.LedFeedbackEnabled = ENABLE_LED_FEEDBACK; |
| 83 | } |
| 84 | void disableLEDFeedback() { |
| 85 | FeedbackLEDControl.LedFeedbackEnabled = DISABLE_LED_FEEDBACK; |
| 86 | } |
nothing calls this directly
no outgoing calls
no test coverage detected