Changeset e2192d9f in rtems
- Timestamp:
- 03/21/15 19:41:27 (7 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 90f25440
- Parents:
- e836c7c1
- git-author:
- Joel Sherrill <joel.sherrill@…> (03/21/15 19:41:27)
- git-committer:
- Joel Sherrill <joel.sherrill@…> (03/24/15 13:16:41)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/nds/libnds/source/arm7/clock.c
re836c7c1 re2192d9f 172 172 void rtcSetTimeAndDate(uint8 * time) { 173 173 //--------------------------------------------------------------------------------- 174 uint8 command[8 ];174 uint8 command[8 + 1]; 175 175 176 176 int i;
Note: See TracChangeset
for help on using the changeset viewer.