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:
parent
ad826f3d69
commit
2a30acc823
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@
|
|||
/* Run the PSA test suite */
|
||||
void psa_test(void);
|
||||
|
||||
__attribute__((noreturn))
|
||||
int main(void)
|
||||
{
|
||||
#ifdef CONFIG_TFM_PSA_TEST_NONE
|
||||
|
|
|
|||
Loading…
Reference in a new issue