[BOOT/ENVIRON] Define the INT8 type as signed char. CORE-11799 (#94)

This commit is contained in:
Amine Khaldi 2017-10-30 21:51:30 +01:00
parent 830fc82afe
commit 7f56c4c5a2

View file

@ -147,7 +147,7 @@ typedef char CHAR8;
///
/// 1-byte signed value.
///
typedef char INT8;
typedef signed char INT8;
#else
///
/// 8-byte unsigned value.