libmetal
353
assert.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2018, Pinecone Inc. and Contributors. All rights reserved.
3
*
4
* SPDX-License-Identifier: BSD-3-Clause
5
*/
6
12
#ifndef __METAL_ASSERT__H__
13
#error "Include metal/assert.h instead of metal/nuttx/assert.h"
14
#endif
15
16
#ifndef __METAL_NUTTX_ASSERT__H__
17
#define __METAL_NUTTX_ASSERT__H__
18
19
#include <
assert.h
>
20
25
#define metal_sys_assert(cond) DEBUGASSERT(cond)
26
27
#endif
/* __METAL_NUTTX_ASSERT__H__ */
assert.h
Zephyr assertion support.
lib
system
nuttx
assert.h
Generated on Tue Dec 23 2025 14:41:34 for libmetal by
1.9.1