bootloader now able to communicate with host application and can be reset by it

This commit is contained in:
2019-08-11 16:51:22 -04:00
parent 88543d3146
commit 5ab4eceb88
7 changed files with 66 additions and 472 deletions

View File

@@ -10,7 +10,7 @@
#include "bootloader.h"
void main(void) {
UserInit();
//UserInit();
// initialize the USB framework
USBDeviceInit();