Skip to content

Commit

Permalink
Correct test option for table sections
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe0606 committed Jun 28, 2024
1 parent 9c800d3 commit 8049c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Testing/cmsis_build/cdefault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ default:
- -fdata-sections
- -mfp16-format=ieee
- -DARM_DSP_ATTRIBUTE="__attribute__((weak))"
- -DARM_DSP_TABLE_ATTRIBUTE='__attribute__((section ("dsp_table")))'
- -DARM_DSP_TABLE_ATTRIBUTE="__attribute__((section (\"dsp_table\")))"
CPP:
- -fno-rtti
- -DNDEBUG
Expand Down Expand Up @@ -121,7 +121,7 @@ default:
- -Wno-reserved-identifier
- -ffunction-sections
- -DARM_DSP_ATTRIBUTE="__attribute__((weak))"
- -DARM_DSP_TABLE_ATTRIBUTE='__attribute__((section ("dsp_table")))'
- -DARM_DSP_TABLE_ATTRIBUTE="__attribute__((section (\"dsp_table\")))"
CPP:
- -fno-rtti
- -DNDEBUG
Expand Down

0 comments on commit 8049c2c

Please sign in to comment.