CHG: moved to header file. common.h has RAMFUNC definition

This commit is contained in:
iceman1001
2017-01-21 11:06:48 +01:00
parent 3c345a41b2
commit 897a14c36f
2 changed files with 2 additions and 6 deletions

View File

@@ -7,9 +7,7 @@
//-----------------------------------------------------------------------------
// Common string.h functions
//-----------------------------------------------------------------------------
#include "string.h"
#include <stdint.h>
void *memcpy(void *dest, const void *src, int len)
{