*Changed gecko send to not wait till the message is received by the PC

This commit is contained in:
dimok321 2010-06-03 16:36:25 +00:00
parent a5ca9235ca
commit 31ca78434a

View File

@ -1,4 +1,4 @@
#include <gccore.h>
ell#include <gccore.h>
#include <stdio.h>
#include <string.h>
@ -23,7 +23,7 @@ void gprintf( const char *str, ... )
va_end(ap);
usb_sendbuffer_safe( 1, astr, strlen(astr) );
usb_sendbuffer( 1, astr, strlen(astr) );
}
bool InitGecko()