if direct build project was passed
but i click source code to modify and add code.
the show Type 'bool' could not be resolved.
you can double click add any code at pins_driver.c,that will show error.
example {
int i;
i=i+1;
}
will see type 'bool' could not be resolved.
how to resolved?