include inttypes to get PRIx32 definition

This commit is contained in:
matthias.ringwald 2011-10-31 18:32:40 +00:00
parent f5454fc67e
commit 24d1051584

View File

@ -40,6 +40,7 @@
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <inttypes.h> // PRIx32
// workaround for missing PRIx32 on mspgcc (16-bit MCU)
#ifndef PRIx32