Open zardoz99 opened 6 months ago
I was trying to compile up the code under Raspberry Pi OS 64-bit on a Raspberry Pi 4.
The compiler complained that "bool" was not defined in flashlight.c and suggested including stdbool.h.
I did this, and the compilation completed.
Insert "#include " at line 3 of app/flashlight.c to fix this issue.
I was trying to compile up the code under Raspberry Pi OS 64-bit on a Raspberry Pi 4.
The compiler complained that "bool" was not defined in flashlight.c and suggested including stdbool.h.
I did this, and the compilation completed.
Insert "#include" at line 3 of app/flashlight.c to fix this issue.