mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-08 20:55:14 -05:00
Change the parameters for prvMpuSetRegion() to follow the naming convention a bit more
This commit is contained in:
parent
a60fe75267
commit
56b400f1a2
1 changed files with 4 additions and 4 deletions
|
|
@ -420,10 +420,10 @@ void prvMpuDisable( void );
|
|||
* are checked internally before it is called in the port.c file.
|
||||
*/
|
||||
void prvMpuSetRegion(
|
||||
uint32_t regionNumber,
|
||||
uint32_t baseAddress,
|
||||
uint32_t regionSize,
|
||||
uint32_t regionPermissions
|
||||
uint32_t ulRegionNumber,
|
||||
uint32_t ulBaseAddress,
|
||||
uint32_t ulRegionSize,
|
||||
uint32_t ulRegionPermissions
|
||||
);
|
||||
|
||||
/* ----------------------------- Port C Functions ----------------------------- */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue