We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105a2b8 commit e17a82dCopy full SHA for e17a82d
src/rp2_common/hardware_xip_cache/xip_cache.c
@@ -24,7 +24,7 @@ typedef enum {
24
// safely from flash, because they are likely to be called during a flash programming operation
25
// (which makes flash execution momentarily unsafe)
26
27
-__always_inline static void check_xip_offset_range(uintptr_t start_offset, uintptr_t size_bytes) {
+__force_inline static void check_xip_offset_range(uintptr_t start_offset, uintptr_t size_bytes) {
28
// We use offsets, not addresses, for consistency with the flash API. This means the range of
29
// valid inputs starts at 0.
30
(void)start_offset;
0 commit comments