Update TRUE/FALSE definitiions to use uint8 instead of uint32

This commit is contained in:
Ed Gonzalez 2015-06-02 13:47:20 -05:00
parent 3c092ad57d
commit f57926f1da

View file

@ -57,8 +57,8 @@ typedef int16 VITAtemp_trunc;
typedef uint32 ant_port_id_type;
#define TRUE (uint32)1
#define FALSE (uint32)0
#define TRUE (uint8)1
#define FALSE (uint8)0
#define INVALID -1