foboot/src/usb.c

5 lines
84 B
C
Raw Normal View History

#include <generated/csr.h>
void usb_init(void) {
usb_pullup_out_write(1);
}