Remove spurious debug parameter.
Fork of ublox-at-cellular-interface by
Revision 8:edac5187d765, committed 2017-08-03
- Comitter:
- rob.meades@u-blox.com
- Date:
- Thu Aug 03 13:31:32 2017 +0100
- Parent:
- 7:3b2ca10cc23a
- Child:
- 9:ffab574dcc20
- Commit message:
- Correct JSON formatting by adding a missing comma.
Changed in this revision
| TESTS/unit_tests/default/template_mbed_app.txt | Show annotated file Show diff for this revision Revisions of this file |
--- a/TESTS/unit_tests/default/template_mbed_app.txt Fri Jun 30 13:29:19 2017 +0100
+++ b/TESTS/unit_tests/default/template_mbed_app.txt Thu Aug 03 13:31:32 2017 +0100
@@ -59,7 +59,7 @@
"udp-max-packet-size": {
"help": "The maximum UDP packet size to use when testing; 1024 bytes is the limit at the AT interface but 508 bytes is considered more reliable for the public internet",
"value": 508
- }
+ },
"udp-max-frag-packet-size": {
"help": "The maximum size of UDP data to test with that we know will be fragmented across multiple UDP packets",
"value": 1500
