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: src/boards.cpp
- Revision:
- 12:fd1fd1857628
- Parent:
- 11:01dcfb29fbc4
- Child:
- 15:aed8f326c949
--- a/src/boards.cpp Fri Dec 07 20:42:41 2018 +0000
+++ b/src/boards.cpp Sat Dec 08 01:53:36 2018 +0000
@@ -91,7 +91,7 @@
if ((setvalue >= limlo) && (setvalue <= limhi)){
return 1;
}else{
- showRangeError(0, 0, setvalue);
+ //showRangeError(0, 0, setvalue);
return 0;
}
}