add fix for engineering A errata and refactor

This commit is contained in:
Conor Patrick
2018-06-02 00:20:04 -04:00
parent 338de6cc2d
commit f681d7a19a
5 changed files with 1246 additions and 1374 deletions

6
nrf52840/usb.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef _USB_H
#define _USB_H
void usb_init(void);
#endif