Fix the multiple definitions error.

I don't know why it worked before like that.. but after updating devkitARM etc it seems to cause compilation issues.
This commit is contained in:
StackZ
2020-05-11 02:24:12 +02:00
parent 0d0647038b
commit 7ce398cc23
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -33,6 +33,10 @@
#define BIT(x) (1<<(x))
#endif
bool isTransfering;
char ftp_accepted_connection[50], ftp_file_transfer[100];
#define POLL_UNKNOWN (~(POLLIN|POLLPRI|POLLOUT))
#define XFER_BUFFERSIZE 32768