Eliminate unsigned32.

This commit is contained in:
Ralf Corsepius
2006-01-11 07:24:46 +00:00
parent 11222bd86b
commit 210e006c83

View File

@@ -43,11 +43,11 @@ extern "C" {
typedef unsigned long long unsigned64; /* unsigned 64-bit integer */
typedef unsigned16 Priority_Bit_map_control;
typedef uint16_t Priority_Bit_map_control;
typedef signed long long signed64; /* 64 bit signed integer */
typedef unsigned16 boolean; /* Boolean value, external */
typedef uint16_t boolean; /* Boolean value, external */
/* data bus has 16 bits */
typedef float single_precision; /* single precision float */