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
Diff: main.cpp
- Revision:
- 2:ac809f724f60
- Parent:
- 1:c578c87f2be7
- Child:
- 3:7ae2366ce74c
diff -r c578c87f2be7 -r ac809f724f60 main.cpp
--- a/main.cpp Tue Dec 11 14:23:27 2018 +0000
+++ b/main.cpp Tue Dec 11 14:30:25 2018 +0000
@@ -168,21 +168,21 @@
for(i=0; i<4; i++){
- pc.printf("%c",&UINT32_PacketSize[i]);
+ pc.printf("%c",UINT32_PacketSize[i]);
}
pc.printf("%c",&ENUM_Packet_ID);
for(i=0; i<2; i++){
- pc.printf("%c",&UINT16_PacketCounter[i]);
+ pc.printf("%c",UINT16_PacketCounter[i]);
}
for(i=0; i<4; i++){
- pc.printf("%c",&UINT32_Timestamp[i]);
+ pc.printf("%c",UINT32_Timestamp[i]);
}
for(i=0; i<4; i++){
- pc.printf("%c",&UINT32_CRC[i]);
+ pc.printf("%c",UINT32_CRC[i]);
}
}