Prevent Error: symbol loopto is already defined with -O3 optimization.

This commit is contained in:
Blake W. Ford 2019-02-12 01:26:32 -06:00
parent 974f5298ee
commit 2459f50075
1 changed files with 1 additions and 1 deletions

View File

@ -580,7 +580,7 @@ class Arduboy2Base : public Arduboy2Core
*
* \param color The fill color (optional; defaults to WHITE).
*/
void fillScreen(uint8_t color = WHITE);
void fillScreen(uint8_t color = WHITE) __attribute__ ((noinline));
/** \brief
* Draw a rectangle with rounded corners.