Skip to content

Commit c9a7ba2

Browse files
ceolinkartben
authored andcommitted
modules: hal_rpi_pico: Use Zephyr noinline definition
Zephyr alread defines __noinline attribute in its toolchain haders. Signed-off-by: Flavio Ceolin <[email protected]>
1 parent 11aeddb commit c9a7ba2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/hal_rpi_pico/pico/config_autogen.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,4 @@
4545
/* Two definitions required for the flash driver */
4646
#define __STRING(x) #x
4747

48-
#ifndef __noinline
49-
#define __noinline __attribute__((noinline))
50-
#endif
51-
5248
#endif

0 commit comments

Comments
 (0)