moononournation / arduino-nofrendo

Clone from source http://www.baisoku.org/nofrendo-2.0pre1.zip
Other
81 stars 37 forks source link

Add `#ifndef` guards for `INLINE` & `UNUSED` #16

Closed and3rson closed 2 months ago

and3rson commented 3 months ago

This PR fixes a bunch of annoying warnings about INLINE and UNUSED being "previously defined in Arduino GFX Library" when using it together with Nofrendo library.

and3rson commented 2 months ago

@moononournation Bumping this in case you've missed the notification. :)

moononournation commented 2 months ago

Arduino-nofrendo on focus on Arduino only. If you want to develop nofrendo in another architecture, please start from nofrendo original source.