pschatzmann/pico-arduino

undefined reference to 'setup' and 'loop'

mentalfl0w opened this issue · 1 comments

Seems like setup() and loop() func in Arduino.cpp is not defined, so it will cause building fault.
image
image

I find it was totally my fault😂
I have changed my project from origin pico project so that forget to define it in my files.