33__attribute__((__noreturn__))
inline void __throw_logic_error(
const char *) { __builtin_abort(); }
34__attribute__((__noreturn__))
inline void __throw_length_error(
const char *) { __builtin_abort(); }
35__attribute__((__noreturn__))
inline void __throw_out_of_range(
const char *) { __builtin_abort(); }
36__attribute__((__noreturn__))
inline void __throw_out_of_range_fmt(
const char *, ...) { __builtin_abort(); }
struct @65::@66 __attribute__
Wake the main loop task from an ISR. ISR-safe.