From: Nathael Pajani Date: Thu, 3 Jan 2019 16:49:37 +0000 (+0100) Subject: Add condition to allow inclusion in host code X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=ebfec47f50ceee7df8a36372fe77a6ed427ba3e3;p=soft%2Flpc122x%2Fcore Add condition to allow inclusion in host code --- diff --git a/include/lib/protocols/dtplug/defs.h b/include/lib/protocols/dtplug/defs.h index 51a1f5b..0b93aee 100644 --- a/include/lib/protocols/dtplug/defs.h +++ b/include/lib/protocols/dtplug/defs.h @@ -23,7 +23,9 @@ #define LIB_PROTOCOLS_DTPLUG_DEFS_H +#ifndef HOST_HAS_STDINT #include "lib/stdint.h" +#endif /******************************************************************************/ /* These structures define the packets used to transfer data over the serial link