SAM3/4: Add watchdog timer support. From Bob Doisin

This commit is contained in:
Gregory Nutt 2014-04-21 19:12:02 -06:00
parent da66bc6434
commit 21671c97d6
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ EXTERN void watchdog_unregister(FAR void *handle);
* This interface should be provided by all configurations using * This interface should be provided by all configurations using
* to avoid exposed platform-dependent logic. * to avoid exposed platform-dependent logic.
* *
* At a minimum, this function should all watchdog_register() which is * At a minimum, this function should call watchdog_register() which is
* described above. * described above.
* *
* Input parameters: * Input parameters: