cancel
Showing results for 
Search instead for 
Did you mean: 

Using version 1.11.0 - Does not recognize key words: bool, true, false. Is there something in the setup I've missed?

rscuk.1
Associate
 
1 ACCEPTED SOLUTION

Accepted Solutions
gbm
Lead II

Everything is ok in this aspect with Cube IDE. There is a single line missing from your code:

#include <stdbool.h>

View solution in original post

1 REPLY 1
gbm
Lead II

Everything is ok in this aspect with Cube IDE. There is a single line missing from your code:

#include <stdbool.h>