Resolved! Which header file do I need to include to resolve this issue?
I'm using the STM32L010 chip and am trying to write a routine to allow me to get a delay of 10uS. But when I try to add this:/** * @brief This function provides a delay (in microseconds) * @param microseconds: delay in microseconds */_STATIC_INLINE v...