forked from xuos/xiuos
fix cortex-m0-emulator and cortex-m3-emulator compile error
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
#include "svc_handle.h"
|
||||
#include <board.h>
|
||||
#include <shell.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#if (defined ( __GNUC__ ) && defined ( __VFP_FP__ ) && !defined(__SOFTFP__))
|
||||
#define USE_FPU 1
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#ifdef TOOL_SHELL
|
||||
#include <shell.h>
|
||||
#endif
|
||||
#include <stdint.h>
|
||||
|
||||
#if (defined ( __GNUC__ ) && defined ( __VFP_FP__ ) && !defined(__SOFTFP__))
|
||||
#define USE_FPU 1
|
||||
|
||||
Reference in New Issue
Block a user