mirror of
https://github.com/steve-chamberlin/mac-rom-simm-programmer.software.git
synced 2025-01-06 13:29:45 +00:00
Updated to use my USB vendor/device ID combination.
This commit is contained in:
parent
cec709c840
commit
8fd2d0ee2a
@ -129,8 +129,8 @@ typedef enum ComputerBootloaderEraseWriteRequest
|
||||
ComputerBootloaderCancel
|
||||
} ComputerBootloaderEraseWriteRequest;
|
||||
|
||||
#define PROGRAMMER_USB_VENDOR_ID 0x03EB
|
||||
#define PROGRAMMER_USB_DEVICE_ID 0x204B
|
||||
#define PROGRAMMER_USB_VENDOR_ID 0x16D0
|
||||
#define PROGRAMMER_USB_DEVICE_ID 0x06AA
|
||||
|
||||
|
||||
#define WRITE_CHUNK_SIZE 1024
|
||||
|
Loading…
Reference in New Issue
Block a user