diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2013-05-15 22:34:48 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2013-05-15 22:34:48 +0300 |
| commit | 8111ed7c07a31dd99a323a0a29f9e99dd54c6d80 (patch) | |
| tree | 9e8714c16ac55f56c90cca63380ee083d876cfb1 /demopal/lib/TVout/examples/DemoPAL/TVOlogo.h | |
| parent | f9271756add719a30144ba60753cbae1e11ecd5f (diff) | |
Lots of project tests
Diffstat (limited to 'demopal/lib/TVout/examples/DemoPAL/TVOlogo.h')
| -rwxr-xr-x | demopal/lib/TVout/examples/DemoPAL/TVOlogo.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/demopal/lib/TVout/examples/DemoPAL/TVOlogo.h b/demopal/lib/TVout/examples/DemoPAL/TVOlogo.h new file mode 100755 index 0000000..3c1d56a --- /dev/null +++ b/demopal/lib/TVout/examples/DemoPAL/TVOlogo.h @@ -0,0 +1,6 @@ +#include <avr/pgmspace.h>
+#ifndef TVOLOGO_H
+#define TVOLOGO_H
+
+extern const unsigned char TVOlogo[];
+#endif
\ No newline at end of file |
