USB Module Setup
| 46 | |
| 47 | // USB Module Setup |
| 48 | inline void Output_setup() |
| 49 | { |
| 50 | // Initialize Interface module |
| 51 | OutputGen_setup(); |
| 52 | |
| 53 | // Setup UART |
| 54 | UART_setup(); |
| 55 | |
| 56 | // Setup USB |
| 57 | USB_setup(); |
| 58 | } |
| 59 | |
| 60 | |
| 61 | // USB Data Poll |
nothing calls this directly
no test coverage detected
searching dependent graphs…