X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/aaa0bed556d0fa424b831418a7ce2531653a8b03..05fcf7e2a79bebb978d4aeaef26b12f70c6826f8:/Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.h diff --git a/Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.h b/Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.h index 698070af1..828e3ea50 100644 --- a/Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.h +++ b/Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.h @@ -68,7 +68,7 @@ #define LEDMASK_USB_ERROR (LEDS_LED1 | LEDS_LED3) /** LED mask for the library LED driver, to indicate that the USB interface is busy. */ - #define LEDMASK_USB_BUSY (LEDS_LED2) + #define LEDMASK_USB_BUSY LEDS_LED2 /* External Variables: */ extern FILE DiskStream; @@ -79,6 +79,8 @@ static int Disk_getchar(FILE* Stream); #endif + void EVENT_USB_UIDChange(void); + void SetupHardware(void); void Programmer_Task(void);