From 8111ed7c07a31dd99a323a0a29f9e99dd54c6d80 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Wed, 15 May 2013 22:34:48 +0300 Subject: Lots of project tests --- demontsc/src/schematic.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 demontsc/src/schematic.h (limited to 'demontsc/src/schematic.h') diff --git a/demontsc/src/schematic.h b/demontsc/src/schematic.h new file mode 100755 index 0000000..4d0b270 --- /dev/null +++ b/demontsc/src/schematic.h @@ -0,0 +1,6 @@ +#include +#ifndef SHEMATIC_H +#define SHEMATIC_H + +extern const unsigned char schematic[]; +#endif -- cgit v1.3.1