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.
Dependents: MakerBotServer SystemManagement IAP_testing Arch_Pro_TCPSocket ... more
Revision 10:59f7e32ae397, committed 2018-08-16
- Comitter:
- okano
- Date:
- Thu Aug 16 06:24:19 2018 +0000
- Parent:
- 9:26095608ac1a
- Commit message:
- compiler warning supressed
Changed in this revision
| IAP.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/IAP.cpp Thu Aug 16 06:18:29 2018 +0000
+++ b/IAP.cpp Thu Aug 16 06:24:19 2018 +0000
@@ -220,6 +220,8 @@
return ( (int)IAP_result[ 0 ] );
}
+#pragma diag_suppress 1293 // suppressing warning of "assignment in condition"
+
int IAP::write_page( char *source_addr, int target_page )
{
int r;
IAP (In-Application Programming)