mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 09:05:06 +01:00
3b1dcf389a
-added some more debug information and more safety code
8 lines
111 B
C
8 lines
111 B
C
#ifndef __USBGECKO_H__
|
|
#define __USBGECKO_H__
|
|
|
|
void usbgecko_init();
|
|
void gprintf(const char* string);
|
|
|
|
#endif
|