code: fix deps

isolation_bkp/dynres
Dominik Madarász 2021-01-15 10:18:36 +01:00
parent 1ac29b8dce
commit e0f99907c1
2 changed files with 4 additions and 4 deletions

View File

@ -299,7 +299,7 @@ Version History:
#define ZPL_VERSION_MAJOR 10 #define ZPL_VERSION_MAJOR 10
#define ZPL_VERSION_MINOR 13 #define ZPL_VERSION_MINOR 13
#define ZPL_VERSION_PATCH 1 #define ZPL_VERSION_PATCH 2
#define ZPL_VERSION_PRE "" #define ZPL_VERSION_PRE ""
// file: zpl_hedley.h // file: zpl_hedley.h
@ -2252,7 +2252,7 @@ ZPL_DIAGNOSTIC_POP
#endif #endif
/* Architecture-specific overrides */ /* Architecture-specific overrides */
#if defined(__ARM_ARCH) && !defined(__cplusplus) #if defined(__ARM_ARCH) && defined(__cplusplus)
#define ZPL_DISABLE_THREADING #define ZPL_DISABLE_THREADING
#endif #endif

4
code/vendors/zpl.h vendored
View File

@ -299,7 +299,7 @@ Version History:
#define ZPL_VERSION_MAJOR 10 #define ZPL_VERSION_MAJOR 10
#define ZPL_VERSION_MINOR 13 #define ZPL_VERSION_MINOR 13
#define ZPL_VERSION_PATCH 1 #define ZPL_VERSION_PATCH 2
#define ZPL_VERSION_PRE "" #define ZPL_VERSION_PRE ""
// file: zpl_hedley.h // file: zpl_hedley.h
@ -2252,7 +2252,7 @@ ZPL_DIAGNOSTIC_POP
#endif #endif
/* Architecture-specific overrides */ /* Architecture-specific overrides */
#if defined(__ARM_ARCH) && !defined(__cplusplus) #if defined(__ARM_ARCH) && defined(__cplusplus)
#define ZPL_DISABLE_THREADING #define ZPL_DISABLE_THREADING
#endif #endif