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:
Flavio Ceolin 2024-11-27 09:46:55 -08:00 committed by Benjamin Cabé
parent 11aeddbbfa
commit c9a7ba2f06

View file

@ -45,8 +45,4 @@
/* Two definitions required for the flash driver */
#define __STRING(x) #x
#ifndef __noinline
#define __noinline __attribute__((noinline))
#endif
#endif