changed bootloader back to using the minimal usb stack it came with because I have no idea how to get the bootloader code working with the full MLA HID USB stack

This commit is contained in:
2019-08-13 22:52:23 -04:00
parent 1ced4e1b78
commit a90344ef4c
19 changed files with 3823 additions and 510 deletions

View File

@@ -334,7 +334,7 @@ typedef union __USTAT
#define USBHALGetLastDirection(stat) stat.direction
#define USBHALGetLastPingPong(stat) stat.ping_pong
/*
typedef union _POINTER
{
struct
@@ -359,7 +359,7 @@ typedef union _POINTER
//rom far byte* fbRom; // Far = 3 bytes pointer
//rom far word* fwRom;
} POINTER;
*/
// *****************************************************************************
// *****************************************************************************
// Section: Interface Routines