SAM3/4: Add watchdog timer support. From Bob Doisin
This commit is contained in:
parent
da66bc6434
commit
21671c97d6
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue