fix(sysview): fixed spelling mistake in comment

This commit is contained in:
Marius Vikhammer
2025-05-28 08:46:26 +02:00
parent f764953df3
commit 951bc53a03

View File

@ -138,7 +138,7 @@ void app_main(void)
#if CONFIG_APPTRACE_SV_ENABLE && CONFIG_USE_CUSTOM_EVENT_ID
// Currently OpenOCD does not support requesting module info from target. So do the following...
// Wait untill SystemView module receives START command from host,
// Wait until SystemView module receives START command from host,
// after that data can be sent to the host using onboard API,
// so user module description does not need to be requested by OpenOCD itself.
while (!SEGGER_SYSVIEW_Started()) {