Search found 1 match
- Wed Dec 04, 2019 10:26 pm
- Forum: ESP32 Arduino
- Topic: Compiler error: one_isr() causes a section type conflict with another_isr()
- Replies: 0
- Views: 1892
Compiler error: one_isr() causes a section type conflict with another_isr()
I have a project that needs to handle GPIO and time interruptions. By compiling the code below I get: exit status 1 void onTimer0() causes a section type conflict with void Button::isr() #define START_BUTTON 19 // gpio19 // Ligada ao botao start (iniciar ciclo) #define STOP_BUTTON 23 // gpio23 // Li...