Skip to content

Commit c9d3fae

Browse files
committed
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>
1 parent 462dc97 commit c9d3fae

File tree

1 file changed

+0
-1
lines changed
  • samples/tfm_integration/tfm_psa_test/src

1 file changed

+0
-1
lines changed

samples/tfm_integration/tfm_psa_test/src/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
/* Run the PSA test suite */
1010
void psa_test(void);
1111

12-
__attribute__((noreturn))
1312
int main(void)
1413
{
1514
#ifdef CONFIG_TFM_PSA_TEST_NONE

0 commit comments

Comments
 (0)