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:
- 7:50a76f797bec
- Parent:
- 6:4ccdf8b1b007
- Child:
- 9:aa5a18093ade
diff -r 55237f51ee61 -r 50a76f797bec main.cpp
--- a/main.cpp Tue Nov 21 18:07:36 2017 +0900
+++ b/main.cpp Tue Nov 21 18:08:08 2017 +0900
@@ -81,7 +81,7 @@
uint8_t ret;
ret = sakuraio.enqueueTx((uint8_t)0, (int32_t)counter);
pc.printf("Enqueue ");
- pc.printf("%s\r\n", response);
+ pc.printf("%d\r\n", ret);
uint8_t avail;
uint8_t queued;
SCM-LTE-Beta
SCM-LTE-01