pebble / pebblejs

Program the Pebble with simply JavaScript
MIT License
455 stars 229 forks source link

Fix build due to type mismatch #185

Closed albertvaka closed 3 years ago

albertvaka commented 3 years ago

animation_destroy returns a bool but teardown expects a void-returning function. This raises an error in modern compilers.

albertvaka commented 3 years ago

Closing because this repo is abandoned.