Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW
Diff: SnCommUsb.cpp
- Revision:
- 4:a91682e19d6b
- Parent:
- 3:24c5f0f50bf1
- Child:
- 6:6f002d202f59
--- a/SnCommUsb.cpp Tue Jul 31 04:59:16 2012 +0000
+++ b/SnCommUsb.cpp Thu Aug 02 05:42:47 2012 +0000
@@ -176,8 +176,8 @@
// TODO: check memory for temporary config/event frames?
uint64_t macadr;
uint32_t run;
- uint16_t seq;
- SnSDUtils::ReadFileHeader(inf, macadr, run, seq);
+ uint16_t seq, v1, v2;
+ SnSDUtils::ReadFileHeader(inf, macadr, run, seq, v1, v2);
SnConfigFrame conf;
conf.ReadFrom(inf);