mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-02 03:36:54 +08:00
@@ -135,7 +135,8 @@ msdos_initialize_support(
|
||||
|
||||
sc = rtems_semaphore_create(3,
|
||||
1,
|
||||
RTEMS_BINARY_SEMAPHORE | RTEMS_FIFO,
|
||||
RTEMS_BINARY_SEMAPHORE | RTEMS_PRIORITY |
|
||||
RTEMS_INHERIT_PRIORITY,
|
||||
0,
|
||||
&fs_info->vol_sema);
|
||||
if (sc != RTEMS_SUCCESSFUL)
|
||||
|
||||
Reference in New Issue
Block a user