mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +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 <string.h>
|
||||
|
||||
@ -23,8 +23,8 @@ void gprintf( const char *str, ... )
|
||||
|
||||
va_end(ap);
|
||||
|
||||
usb_sendbuffer_safe( 1, astr, strlen(astr) );
|
||||
}
|
||||
usb_sendbuffer( 1, astr, strlen(astr) );
|
||||
}
|
||||
|
||||
bool InitGecko()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user