12#ifndef __METAL_ASSERT__H__
13#error "Do not include this file directly, include <metal/assert.h> instead"
16#ifndef __METAL_FREERTOS_ASSERT__H__
17#define __METAL_FREERTOS_ASSERT__H__
25#define metal_sys_assert(cond) assert(cond)
FreeRTOS assertion support.