2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>

* shared/include/nvram.h: Fix typo.
This commit is contained in:
Joel Sherrill
2008-09-16 19:26:21 +00:00
parent ed521b6890
commit c009cd5670
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/include/nvram.h: Fix typo.
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/clock/clock.c: Remove unnecessary includes of
@@ -146,7 +146,7 @@ typedef struct _HEADER {
void* OSAreaAddress;
unsigned long OSAreaLength;
/* Date&Time from RTC of last change to OSAreaArea */
/* Date&Time from RTC of last change to OSArea */
unsigned long OSAreaLastWriteDT[2];
} HEADER;