mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2026-01-01 01:41:18 +01:00
cortexm_common: Fix unused parameter warnings in mpu_configure
This commit is contained in:
parent
1e06934d39
commit
2c5e1065c5
@ -67,6 +67,9 @@ int mpu_configure(uint_fast8_t region, uintptr_t base, uint_fast32_t attr) {
|
||||
|
||||
return 0;
|
||||
#else
|
||||
(void)region;
|
||||
(void)base;
|
||||
(void)attr;
|
||||
return -1;
|
||||
#endif
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user