8 years, 9 months ago.

Do the mbed support boolean data type

I use boolean to define a variate,but get errors when I compile . /media/uploads/Jackson_lv/boolean.png /media/uploads/Jackson_lv/identify.png

1 Answer

8 years, 9 months ago.

It is just defined as "bool". You can always typedef boolean if you rather use that (for example because you used code from another environment where boolean is available).

Accepted Answer