blob: b7dcfc5685080e3f13260516f245a7dd24fc1130 [file] [log] [blame]
/*
* Copyright (c) 2019 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <misc/__assert.h>
#include <zephyr.h>
void assert_post_action(void)
{
k_panic();
}