mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-03-10 06:03:48 +01:00
Update TRUE/FALSE definitiions to use uint8 instead of uint32
This commit is contained in:
parent
3c092ad57d
commit
f57926f1da
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue