CRITICAL_SECTION_LEAVE

#define CRITICAL_SECTION_LEAVE( ) atomic_leave_critical(&__atomic);}

Helper macro for leaving critical sections.

This macro is recommended to be used instead of a direct call hal_leaveCritical() function to leave critical sections. No semicolon is required after the macro.