Fix CBR_BLOCK definition.
This commit is contained in:
parent
ac6f401056
commit
411aee581e
|
@ -114,7 +114,7 @@ extern "C" {
|
|||
#define CBF_SKIP_DISCONNECTS 0x00200000
|
||||
#define CBF_SKIP_ALLNOTIFICATIONS 0x003c0000
|
||||
|
||||
#define CBR_BLOCK 0xFFFFFFFFL
|
||||
#define CBR_BLOCK ((HDDEDATA)~0UL)
|
||||
|
||||
/*
|
||||
* Application command flags
|
||||
|
|
Loading…
Reference in New Issue