TelluIoT / ThingML

The ThingML modelling language
https://github.com/TelluIoT/ThingML
Apache License 2.0
102 stars 32 forks source link

Arduino compiler generates code for abstract functions #167

Closed ffleurey closed 7 years ago

ffleurey commented 7 years ago

The Arduino generate code for abstract functions. it only works if the functions has a @abstract "true" annotation. It should be updated to check isAbstract on the functions instead.

brice-morin commented 7 years ago

I guess this is fixed