gc_n64_usb-v3/version.c

11 lines
279 B
C
Raw Normal View History

2015-10-17 23:19:50 -04:00
#include <avr/pgmspace.h>
#include "version.h"
2015-10-17 23:19:50 -04:00
const char *g_version = VERSIONSTR; // From Makefile
#ifdef STK525
const char g_signature[] PROGMEM = "e106420a-7c54-11e5-ae9a-001bfca3c593";
#else
const char g_signature[] PROGMEM = "9c3ea8b8-753f-11e5-a0dc-001bfca3c593";
#endif