mirror of https://github.com/MLXXXp/Arduboy2.git
Prevent Error: symbol loopto is already defined with -O3 optimization.
This commit is contained in:
parent
974f5298ee
commit
2459f50075
|
|
@ -580,7 +580,7 @@ class Arduboy2Base : public Arduboy2Core
|
||||||
*
|
*
|
||||||
* \param color The fill color (optional; defaults to WHITE).
|
* \param color The fill color (optional; defaults to WHITE).
|
||||||
*/
|
*/
|
||||||
void fillScreen(uint8_t color = WHITE);
|
void fillScreen(uint8_t color = WHITE) __attribute__ ((noinline));
|
||||||
|
|
||||||
/** \brief
|
/** \brief
|
||||||
* Draw a rectangle with rounded corners.
|
* Draw a rectangle with rounded corners.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue