mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2024-11-14 13:15:17 -05:00
6 lines
174 B
C
6 lines
174 B
C
#include <avr/pgmspace.h>
|
|
#include "version.h"
|
|
|
|
const char *g_version = VERSIONSTR; // From Makefile
|
|
const char signature[] PROGMEM = "9c3ea8b8-753f-11e5-a0dc-001bfca3c593";
|