Error LED Setup
| 42 | |
| 43 | // Error LED Setup |
| 44 | inline void init_errorLED() |
| 45 | { |
| 46 | // Enable output |
| 47 | GPIO_Ctrl( led_pin, GPIO_Type_DriveSetup, GPIO_Config_None ); |
| 48 | } |
| 49 | |
| 50 | // Error LED Control |
| 51 | inline void errorLED( uint8_t on ) |
no test coverage detected
searching dependent graphs…