includes: better error messages

Origin commit data
------------------
Branch: master
Commit: 1d489997c4
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
committed by max_10
parent 7e7298eca1
commit 81510ab7f8
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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