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: mbed-os_Watson-IoT_ZXing_sample mbed-os_Watson-IoT_ZXing_sample GR-Boads_Camera_DisplayApp GR-Boads_Camera_DisplayApp ... more
Diff: DisplayApp.h
- Revision:
- 5:6c04d9d15395
- Parent:
- 4:3c46efbe6d21
diff -r 3c46efbe6d21 -r 6c04d9d15395 DisplayApp.h
--- a/DisplayApp.h Tue Jun 13 12:16:47 2017 +0000
+++ b/DisplayApp.h Thu Jun 21 09:54:13 2018 +0000
@@ -26,9 +26,9 @@
*
* @param tsk_pri Priority of the thread function. (default: osPriorityNormal).
* @param init_pri Priority of before the USB is connected. (default: osPriorityLow).
- * @param stack_size stack size (in bytes) requirements for the thread function. (default: DEFAULT_STACK_SIZE).
+ * @param stack_size stack size (in bytes) requirements for the thread function. (default: 2048).
*/
- DisplayApp(osPriority tsk_pri = osPriorityNormal, uint32_t stack_size = DEFAULT_STACK_SIZE);
+ DisplayApp(osPriority tsk_pri = osPriorityNormal, uint32_t stack_size = 2048);
/** Send RGB888 data
*