#pragma once #include #ifdef __cplusplus extern "C" { #endif // Returns true if called from within an interrupt. bool rt_interrupt_is_active(void); #ifdef __cplusplus } #endif