mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-25 13:57:15 +00:00
committed by
Sebastian Huber
parent
b1ac3a5770
commit
2e8a66d13f
@@ -60,7 +60,7 @@ static int rtems_shell_main_mfill(
|
||||
/*
|
||||
* Now fill the memory.
|
||||
*/
|
||||
memset(addr, size, value);
|
||||
memset(addr, value, size);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user