Merge pull request #2596 from dgarske/mqx_fio_cleanup

Support for MQX 5.0 and cleanup of the MQX includes
This commit is contained in:
toddouska
2019-11-19 11:49:03 -08:00
committed by GitHub
11 changed files with 42 additions and 79 deletions

View File

@@ -63,13 +63,7 @@
#endif
#ifdef SHOW_GEN
#if defined(FREESCALE_MQX) || defined(FREESCALE_KSDK_MQX)
#if MQX_USE_IO_OLD
#include <fio.h>
#else
#include <nio.h>
#endif
#else
#ifndef NO_STDIO_FILESYSTEM
#include <stdio.h>
#endif
#endif
@@ -5295,4 +5289,3 @@ void mp_dump(const char* desc, mp_int* a, byte verbose)
#endif /* USE_FAST_MATH */
#endif /* NO_BIG_INT */