diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-04-30 13:41:34 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-04-30 13:41:34 +0200 |
commit | 33c721c009465dd30d4e96e055a051480c567b57 (patch) | |
tree | 5a6744a79b7469d80bae474d4314b47d4cd6d44d /demos/modules/gwin/widgets/romfs_files.h | |
parent | 58cf2d2b35542166f1a4e50a83bcf28ff33574a5 (diff) | |
parent | a394e2c35dde67241bea69409bcae9f46dcfc089 (diff) | |
download | uGFX-33c721c009465dd30d4e96e055a051480c567b57.tar.gz uGFX-33c721c009465dd30d4e96e055a051480c567b57.tar.bz2 uGFX-33c721c009465dd30d4e96e055a051480c567b57.zip |
Merge branch 'master' into freertos
Diffstat (limited to 'demos/modules/gwin/widgets/romfs_files.h')
-rw-r--r-- | demos/modules/gwin/widgets/romfs_files.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gwin/widgets/romfs_files.h b/demos/modules/gwin/widgets/romfs_files.h index b503765d..a6b25568 100644 --- a/demos/modules/gwin/widgets/romfs_files.h +++ b/demos/modules/gwin/widgets/romfs_files.h @@ -4,5 +4,5 @@ * The files have been converted using... * file2c -dbcs infile outfile */ -#include "romfs_img_chibios.h" +#include "romfs_img_ugfx.h" #include "romfs_img_yesno.h" |