Tidy up - spell check.

This commit is contained in:
Richard Barry 2008-02-13 11:15:52 +00:00
parent 5a418b56fa
commit 613c764189
8 changed files with 242 additions and 179 deletions

View file

@ -6,6 +6,10 @@
watchdog.h
- This file contains the defines and function declaration for hardware watchdog.
-------------------------------------------------------------------------*/
#ifndef WATCHDOG_H
#define WATCHDOG_H
/*
* Clear watchdog defines
*/
@ -44,3 +48,5 @@
void InitWatchdog (void);
void vStartWatchdogTask(unsigned portSHORT);
#endif