Issues with k64f hard float

This commit is contained in:
Philip Smart
2020-05-06 01:22:09 +01:00
parent ce9f904220
commit baa5c7ea31
15 changed files with 37 additions and 42 deletions

View File

@@ -45,12 +45,6 @@
#include <stdlib.h>
#include <string.h>
#include "k64f_soc.h"
#define uint32_t __uint32_t
#define uint16_t __uint16_t
#define uint8_t __uint8_t
#define int32_t __int32_t
#define int16_t __int16_t
#define int8_t __int8_t
#elif defined(__ZPU__)
#include <stdint.h>
#include "zpu_soc.h"