Hello,When I use __attribute__ for a function, I need to use it in both declaration of the function and in the definition of the function?In other words:In file .h the function declaration isvoid __attribute__((optimize("-O0"))) ActiveDelayMs_LowPower(uns..
↧