diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-11-14 16:17:44 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-11-14 16:17:44 +0100 |
commit | 86e77f63bbdfef1ee2418e6d57f6532cd6fc0362 (patch) | |
tree | 6392ff9345c7c6ec6d9e5d26754dca4f5ad4ddaf /include/lib | |
parent | 7edc71648f31308c5580c211ec5e536e5e783653 (diff) |
Configure mpack for embedded
Diffstat (limited to 'include/lib')
-rw-r--r-- | include/lib/mpack/mpack.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lib/mpack/mpack.h b/include/lib/mpack/mpack.h index ee989d8..4fc0d13 100644 --- a/include/lib/mpack/mpack.h +++ b/include/lib/mpack/mpack.h @@ -144,7 +144,7 @@ * for debugging and in allocation helpers. */ #ifndef MPACK_STDLIB -#define MPACK_STDLIB 1 +#define MPACK_STDLIB 0 #endif /** @@ -154,7 +154,7 @@ * reading/writing C files and makes debugging easier. */ #ifndef MPACK_STDIO -#define MPACK_STDIO 1 +#define MPACK_STDIO 0 #endif /** |