Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
efe2103f9b28458a1615ff096054479743ade236
/
.
/
src
/
host
/
pico_runtime
/
runtime.c
blob: 02d82daf854d81fac05053d6911f44b384a17d20 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2020 Raspberry Pi (Trading) Ltd.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include
"pico/runtime.h"
void
__weak hard_assertion_failure
(
void
)
{
panic
(
"Hard assert"
);
}