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.
Diff: main.cpp
- Revision:
- 3:2a8e59a590db
- Parent:
- 2:0630128bdb32
- Child:
- 5:756f9b157319
diff -r 0630128bdb32 -r 2a8e59a590db main.cpp
--- a/main.cpp Wed Mar 05 15:36:30 2014 +0000
+++ b/main.cpp Wed Mar 05 16:48:41 2014 +0000
@@ -233,8 +233,6 @@
}
int twosCompTest() {
- u16d((int16_t)5);
- u16d((int16_t)-5);
// 12 bits of number gives 2048 steps
int16_t i = -2047;
while(1) {