summaryrefslogtreecommitdiff
path: root/libpicosdk/include/assert.h
blob: cacaf47f33a26ee295c5e8a1352de2425559fe99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* assert.h - Have pico-sdk use libmisc assert() instead of libc assert()
 *
 * Copyright (C) 2025  Luke T. Shumaker <lukeshu@lukeshu.com>
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */

#ifndef _ASSERT_H_
#define _ASSERT_H_

#include <libmisc/assert.h>

#endif /* _ASSERT_H_ */