summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/watchdogimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-04-13 13:57:57 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-04-14 08:21:51 +0200
commit1dc66622762fa9921a62fc0cd73f12641278f23f (patch)
tree5dedc93235c42e400d689313f99c01aee665c901 /cpukit/score/include/rtems/score/watchdogimpl.h
parentscore: Add Watchdog_Header (diff)
downloadrtems-1dc66622762fa9921a62fc0cd73f12641278f23f.tar.bz2
score: Rename _Watchdog_Reset()
Update #2307.
Diffstat (limited to '')
-rw-r--r--cpukit/score/include/rtems/score/watchdogimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/watchdogimpl.h b/cpukit/score/include/rtems/score/watchdogimpl.h
index 67a2d69cf3..83db868854 100644
--- a/cpukit/score/include/rtems/score/watchdogimpl.h
+++ b/cpukit/score/include/rtems/score/watchdogimpl.h
@@ -321,7 +321,7 @@ RTEMS_INLINE_ROUTINE void _Watchdog_Insert_seconds(
* many ticks.
*/
-RTEMS_INLINE_ROUTINE void _Watchdog_Reset(
+RTEMS_INLINE_ROUTINE void _Watchdog_Reset_ticks(
Watchdog_Control *the_watchdog
)
{