No include guards in Arduino_LED_Matrix.h
#228
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
https://github.com/arduino/ArduinoCore-renesas/blob/main/libraries/Arduino_LED_Matrix/src/Arduino_LED_Matrix.h
This header file does not contain include guards, so multiple includes will result in redefinition errors.
The text was updated successfully, but these errors were encountered: