samples/tfm_integration: Remove 'noreturn' attribute from main

This conflicts with what the compiler expects for the definition of 'main'
when -ffreestanding is not used.

Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Keith Packard 2023-04-27 08:51:37 -07:00 committed by Anas Nashif
parent ad826f3d69
commit 2a30acc823

View file

@ -9,7 +9,6 @@
/* Run the PSA test suite */
void psa_test(void);
__attribute__((noreturn))
int main(void)
{
#ifdef CONFIG_TFM_PSA_TEST_NONE