Changeset 589 in xtideuniversalbios for trunk/Serial_Server/library/Checksum.cpp
- Timestamp:
- May 22, 2016, 12:26:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Serial_Server/library/Checksum.cpp
r526 r589 3 3 // Project: XTIDE Universal BIOS, Serial Port Server 4 4 // 5 // File: checksum.cpp - Checksum function and test routines5 // File: Checksum.cpp - Checksum function and test routines 6 6 7 7 // … … 39 39 // 40 40 41 #include " library.h"41 #include "Library.h" 42 42 43 43 unsigned short checksum( unsigned short *wbuff, int wlen )
Note:
See TracChangeset
for help on using the changeset viewer.