Quantum-cross / sam-fusee-launcher-internal

Internal Fusee Launcher for the Adafruit Trinket M0
GNU General Public License v2.0
151 stars 25 forks source link

setLedColor is defined below sleep where it's called #7

Open GoobyCorp opened 6 years ago

GoobyCorp commented 6 years ago

https://github.com/Quantum-cross/sam-fusee-launcher-internal/blob/5d8931adf3cde77e28a5bc1664f7b5aaed28916d/main/main.ino#L205-L249

setLedColor is inaccessible because it's defined below where it's called.