mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-29 06:34:17 +01:00
*Changed gecko send to not wait till the message is received by the PC
This commit is contained in:
parent
a5ca9235ca
commit
31ca78434a
@ -1,4 +1,4 @@
|
|||||||
#include <gccore.h>
|
ell#include <gccore.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ void gprintf( const char *str, ... )
|
|||||||
|
|
||||||
va_end(ap);
|
va_end(ap);
|
||||||
|
|
||||||
usb_sendbuffer_safe( 1, astr, strlen(astr) );
|
usb_sendbuffer( 1, astr, strlen(astr) );
|
||||||
}
|
}
|
||||||
|
|
||||||
bool InitGecko()
|
bool InitGecko()
|
||||||
|
Loading…
Reference in New Issue
Block a user