adafruit / Adafruit_CircuitPlayground

library for Circuit Playground board
171 stars 77 forks source link

Fix GCC compiler warnings #62

Closed henrygab closed 1 year ago

henrygab commented 3 years ago
In file included from ...\utility\IRLibHardware.h:83,
                 from ...\utility\IRLibHardware.cpp:33:
...\utility\IRLibSAMD21.h:71:
      warning: "IR_SEND_PWM_PIN" redefined
   71 |   #define IR_SEND_PWM_PIN 25
      | 
...\utility\IRLibSAMD21.h:67:
      note: this is the location of the previous definition
   67 | #define IR_SEND_PWM_PIN 12
      | 
henrygab commented 3 years ago

@hathach -- Another simple one.

hathach commented 1 year ago

thank you for the PR and sorry for super late response :)