Fix GCC warning "invalid suffix on literal; C++11 requires a space between literal and string macro" in arch.h. Pointed out by Thomas Nittel.

This commit is contained in:
Dirk Ziegelmeier 2016-09-12 07:37:35 +02:00
parent 8cd43a3dd9
commit ef0dc65515

View File

@ -85,7 +85,7 @@ typedef uintptr_t mem_ptr_t;
#if !LWIP_NO_INTTYPES_H
#include <inttypes.h>
#ifndef X8_F
#define X8_F "02"PRIx8
#define X8_F "02" PRIx8
#endif
#ifndef U16_F
#define U16_F PRIu16