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.
Revision 1:ac87e825b0d7, committed 2011-11-21
- Comitter:
- nucho
- Date:
- Mon Nov 21 16:00:51 2011 +0000
- Parent:
- 0:efc16a3c5ce4
- Commit message:
Changed in this revision
| ADNS6010.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r efc16a3c5ce4 -r ac87e825b0d7 ADNS6010.cpp
--- a/ADNS6010.cpp Sun Nov 20 13:30:42 2011 +0000
+++ b/ADNS6010.cpp Mon Nov 21 16:00:51 2011 +0000
@@ -17,9 +17,7 @@
if ((prod_id!=ADNS6010_PRODUCTID)||(rev_id!=ADNS6010_REVISIONID)) {
error("The connection with the ADNS-6010 is not established\n");
- } else {
- printf("productID:%d\trevisionID:%d\n", prod_id,rev_id);
- }
+ }
}