Skip to main content
rscuk.1
Visitor II
December 28, 2022
Solved

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

  • December 28, 2022
  • 1 reply
  • 1121 views

..

This topic has been closed for replies.
Best answer by gbm

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

#include <stdbool.h>

1 reply

gbm
gbmAnswer
Principal
December 28, 2022

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

#include <stdbool.h>

My STM32 stuff on github - compact USB device stack and more: https://github.com/gbm-ii/gbmUSBdevice