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: TSI USBDevice mbed-dev
Fork of SmartWheels by
Diff: Hardwares/CamRegBuf.cpp
- Revision:
- 54:f1f5648dfacf
- Parent:
- 32:5badeff825dc
- Child:
- 87:15fcf7891bf9
--- a/Hardwares/CamRegBuf.cpp Thu Apr 06 19:42:40 2017 +0000
+++ b/Hardwares/CamRegBuf.cpp Thu Apr 06 20:36:51 2017 +0000
@@ -72,9 +72,9 @@
{
for(int i = 0; i <= 0xff; ++i)
{
- char buf[10];
- sprintf(buf, "%#x-%#x", i, SCCBRead(i));
- m_core.GetUSBServer().PushUnreliableMsg('D', buf);
+ //char buf[10];
+ //sprintf(buf, "%#x-%#x", i, SCCBRead(i));
+ //m_core.GetUSBServer().PushUnreliableMsg('D', buf);
wait(0.1);
}
