mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Using ' inline __always_inline' also for GNUC 7. (#484)
Per the discussion at https://www.raspberrypi.org/forums/viewtopic.php?f=145&t=313961
This commit is contained in:
parent
21bbaf3ca6
commit
61b7cbdc54
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ extern "C" {
|
|||
|
||||
#define __packed_aligned __packed __aligned(4)
|
||||
|
||||
#if defined(__GNUC__) && __GNUC__ < 7
|
||||
#if defined(__GNUC__) && __GNUC__ <= 7
|
||||
#define __force_inline inline __always_inline
|
||||
#else
|
||||
#define __force_inline __always_inline
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue