diff --git a/source/gecko.c b/source/gecko.c index 676a2b04..2afb01da 100644 --- a/source/gecko.c +++ b/source/gecko.c @@ -1,4 +1,4 @@ -#include +ell#include #include #include @@ -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() {