mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Improved code format (#1146)
This commit is contained in:
parent
88bc4f974c
commit
73dcbec837
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ typedef ioptr const const_ioptr;
|
|||
//}
|
||||
|
||||
// Helper method used by xip_alias macros to optionally check input validity
|
||||
static __force_inline uint32_t xip_alias_check_addr(const void *addr) {
|
||||
__force_inline static uint32_t xip_alias_check_addr(const void *addr) {
|
||||
uint32_t rc = (uintptr_t)addr;
|
||||
valid_params_if(ADDRESS_ALIAS, rc >= XIP_MAIN_BASE && rc < XIP_NOALLOC_BASE);
|
||||
return rc;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue