diff --git a/modules/hal_rpi_pico/pico/config_autogen.h b/modules/hal_rpi_pico/pico/config_autogen.h index 87d5edd628c..d0c41f880fd 100644 --- a/modules/hal_rpi_pico/pico/config_autogen.h +++ b/modules/hal_rpi_pico/pico/config_autogen.h @@ -45,8 +45,4 @@ /* Two definitions required for the flash driver */ #define __STRING(x) #x -#ifndef __noinline -#define __noinline __attribute__((noinline)) -#endif - #endif