mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-01-27 10:13:14 +01:00
STM8 port: Add UART support. Make use of full 1KB on Discovery. Improve documentation.
This commit is contained in:
@@ -220,7 +220,7 @@ uint32_t test_start (void)
|
||||
|
||||
/* Log the stack usage */
|
||||
#ifdef TESTS_LOG_STACK_USAGE
|
||||
ATOMLOG (_STR("StackUse:%d\n"), used_bytes);
|
||||
ATOMLOG (_STR("StackUse:%d\n"), (int)used_bytes);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user