forked from espressif/esp-idf
fix(sysview): fixed spelling mistake in comment
This commit is contained in:
@@ -138,7 +138,7 @@ void app_main(void)
|
|||||||
|
|
||||||
#if CONFIG_APPTRACE_SV_ENABLE && CONFIG_USE_CUSTOM_EVENT_ID
|
#if CONFIG_APPTRACE_SV_ENABLE && CONFIG_USE_CUSTOM_EVENT_ID
|
||||||
// Currently OpenOCD does not support requesting module info from target. So do the following...
|
// 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,
|
// 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.
|
// so user module description does not need to be requested by OpenOCD itself.
|
||||||
while (!SEGGER_SYSVIEW_Started()) {
|
while (!SEGGER_SYSVIEW_Started()) {
|
||||||
|
Reference in New Issue
Block a user