modules: hal_rpi_pico: Use Zephyr noinline definition
Zephyr alread defines __noinline attribute in its toolchain haders. Signed-off-by: Flavio Ceolin <flavio.ceolin@gmail.com>
This commit is contained in:
parent
11aeddbbfa
commit
c9a7ba2f06
1 changed files with 0 additions and 4 deletions
|
|
@ -45,8 +45,4 @@
|
|||
/* Two definitions required for the flash driver */
|
||||
#define __STRING(x) #x
|
||||
|
||||
#ifndef __noinline
|
||||
#define __noinline __attribute__((noinline))
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue