Harvey Bates
Results
1
comments of
Harvey Bates
I had the same issue on a Teensy 3.6, ended up changing this line: https://github.com/duff2013/Snooze/blob/4ae33c6ec8284c7b3f27d867a1357d32c063bec9/src/hal/TEENSY_36/hal.c#L842 to: ```c __attibute__((weak)) void startup_early_hook( void ) { ``` then overwriting that in my main.ino...