make wled_math functions IRAM_ATTR (faster)
This commit is contained in:
@@ -588,7 +588,7 @@ float fmod_t(float num, float denom);
|
||||
#define cos_t cosf
|
||||
#define tan_t tanf
|
||||
*/
|
||||
uint32_t sqrt32_bw(uint32_t x);
|
||||
uint32_t __attribute__((const)) sqrt32_bw(uint32_t x);
|
||||
|
||||
//wled_serial.cpp
|
||||
void handleSerial();
|
||||
|
||||
Reference in New Issue
Block a user