blob: 7241cf79472f8b1efa3cb6cca99df3f32e7ffa80 [file] [log] [blame]
/*
* Copyright (c) 2021 Nordic Semiconductor ASA.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/kernel.h>
int main(void)
{
printk("Should not be printed, expected TF-M's NS application to be run instead.\n");
k_panic();
for (;;) {
}
}