_Bool type

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

_Bool type

549 Views
yb
Contributor IV

What kind of variable is _Bool ?

I must replace it by uint32_t in C:\Freescale\CW MCU v10.6\MCU\ARM_GCC_Support\ewl\EWL_C\include\stdbool.h because with the use of Atheros AR4100, the boolean definition must be :

/* NOTE: A_BOOL is a type that is used in various WMI commands and events.

* as such it is a type that is shared between the wifi chipset and the host.

* It is required for that reason that A_BOOL be treated as a 32-bit/4-byte type.*/

So, is it possible to have now a conflict  (CW 10.6 + MQX 4.2) ? With CW 10.5 + MQX 4.1.1, there were no problems.

Yvan

0 Kudos
1 Reply

389 Views
soledad
NXP Employee
NXP Employee

Hello Yvan,

Please check the below link,

MQX 4.1 bool type conflict issues

Let me know if this helps,


Have a great day,
Sol

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos