#pragma once #include //! Test if in interrupt mode static inline bool isIRQ() { return false; }