mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-09 09:03:33 +00:00
2007-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/src/watchdogtickle.c: Remove tabs.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2007-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* score/src/watchdogtickle.c: Remove tabs.
|
||||||
|
|
||||||
2007-09-13 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-09-13 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
PR 1259/rtems
|
PR 1259/rtems
|
||||||
|
|||||||
@@ -86,9 +86,9 @@ void _Watchdog_Tickle(
|
|||||||
}
|
}
|
||||||
|
|
||||||
do {
|
do {
|
||||||
watchdog_state = _Watchdog_Remove( the_watchdog );
|
watchdog_state = _Watchdog_Remove( the_watchdog );
|
||||||
|
|
||||||
_ISR_Enable( level );
|
_ISR_Enable( level );
|
||||||
|
|
||||||
switch( watchdog_state ) {
|
switch( watchdog_state ) {
|
||||||
case WATCHDOG_ACTIVE:
|
case WATCHDOG_ACTIVE:
|
||||||
|
|||||||
Reference in New Issue
Block a user