Loading...
Searching...
No Matches
Go to the documentation of this file.
11#ifndef __METAL_ASSERT__H__
12#error "Include metal/assert.h instead of metal/freertos/assert.h"
15#ifndef __METAL_FREERTOS_ASSERT__H__
16#define __METAL_FREERTOS_ASSERT__H__
24#define metal_sys_assert(cond) assert(cond)