mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
Remove stray rtems_unsigned32.
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
|
||||
rtems_status_code rtems_barrier_release(
|
||||
rtems_id id,
|
||||
rtems_unsigned32 *released
|
||||
uint32_t *released
|
||||
)
|
||||
{
|
||||
Barrier_Control *the_barrier;
|
||||
|
||||
Reference in New Issue
Block a user