Skip to content

Commit

Permalink
Latest version release
Browse files Browse the repository at this point in the history
  • Loading branch information
BullyWiiPlaza committed May 24, 2017
1 parent c2fd5d1 commit bd01f31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pygecko.c
Expand Up @@ -74,11 +74,11 @@ struct pygecko_bss_t {
#define EWOULDBLOCK 6
#define DATA_BUFFER_SIZE 0x5000
#define WRITE_SCREEN_MESSAGE_BUFFER_SIZE 100
#define SERVER_VERSION "05/04/2017"
#define SERVER_VERSION "05/24/2017"
#define ONLY_ZEROS_READ 0xB0
#define NON_ZEROS_READ 0xBD

#define VERSION_HASH 0x3516D3B9
#define VERSION_HASH 0x39C9444B

#define ASSERT_MINIMUM_HOLDS(actual, minimum, variableName) \
if(actual < minimum) { \
Expand Down
Binary file modified tcpgecko.elf
Binary file not shown.

0 comments on commit bd01f31

Please sign in to comment.