includes: better error messages

Origin commit data
------------------
Branch: master
Commit: c74e5f10f1
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-26 (Wed, 26 Dec 2018)

Origin message was:
------------------
- includes: better error messages

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-12-26 00:34:00 +01:00
parent 0858b0dfca
commit f65dedfe82
4 changed files with 4 additions and 4 deletions

View File

@@ -18,5 +18,5 @@
#include "../libgeneric-pc/audio_lib.h"
#endif
#else
#error neither HAVE_TRIPLEDRAGON nor HAVE_SPARK_HARDWARE defined
#error no valid hardware defined
#endif

View File

@@ -24,5 +24,5 @@
#endif
#endif
#else
#error neither HAVE_TRIPLEDRAGON nor HAVE_SPARK_HARDWARE defined
#error no valid hardware defined
#endif

View File

@@ -16,5 +16,5 @@
#include "../libgeneric-pc/record_lib.h"
#endif
#else
#error neither HAVE_TRIPLEDRAGON nor HAVE_SPARK_HARDWARE defined
#error no valid hardware defined
#endif

View File

@@ -17,7 +17,7 @@
#include "../libgeneric-pc/video_lib.h"
#endif
#else
#error neither HAVE_TRIPLEDRAGON nor HAVE_SPARK_HARDWARE defined
#error no valid hardware defined
#endif
#if STB_HAL_VIDEO_HAS_GETSCREENIMAGE