- includes: better error messages

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-12-26 00:34:00 +01:00
committed by Thilo Graf
parent 77d5cafd32
commit a7221f4d8c
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