The code for Lab 5

Dependencies:   TSI

Fork of TSI_sample by William Marsh

Files at this revision

API Documentation at this revision

Comitter:
WilliamMarshQMUL
Date:
Thu Feb 22 16:58:35 2018 +0000
Parent:
2:e7b1f6275b63
Child:
4:d54e74fbf82c
Commit message:
Reduce default stack size to 2K

Changed in this revision

mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json	Thu Feb 22 16:58:35 2018 +0000
@@ -0,0 +1,7 @@
+{
+    "config": {
+        "main-stack-size": {
+            "value": 2000
+        }
+    }
+}
\ No newline at end of file