[PATCH 05/45] score: Add header to _Watchdog_Remove()
Gedare Bloom
gedare at rtems.org
Fri May 15 18:09:56 UTC 2015
>> --- a/cpukit/score/src/watchdogremove.c
>> +++ b/cpukit/score/src/watchdogremove.c
>> @@ -23,6 +23,7 @@
>> #include <rtems/score/watchdogimpl.h>
>>
>> Watchdog_States _Watchdog_Remove(
>> + Watchdog_Header *header,
>> Watchdog_Control *the_watchdog
>> )
>> {
> Is the parameter unused in this function?
>
nevermind I see it gets used when the locks are added next.
More information about the devel
mailing list