]> git.sur5r.net Git - openocd/blobdiff - src/target/armv7m_trace.h
target/armv7m_trace: Fix typo in enum
[openocd] / src / target / armv7m_trace.h
index 4f9939464f6c909e0de92488044acc3b262ec9e4..02bec96a172624595a36e5a60e1c406aa9666679 100644 (file)
@@ -32,7 +32,7 @@ enum trace_config_type {
        INTERNAL        /**< trace output is handled by OpenOCD adapter driver */
 };
 
-enum tpio_pin_protocol {
+enum tpiu_pin_protocol {
        SYNC,                   /**< synchronous trace output */
        ASYNC_MANCHESTER,       /**< asynchronous output with Manchester coding */
        ASYNC_UART              /**< asynchronous output with NRZ coding */
@@ -50,7 +50,7 @@ struct armv7m_trace_config {
        enum trace_config_type config_type;
 
        /** Currently active trace output mode */
-       enum tpio_pin_protocol pin_protocol;
+       enum tpiu_pin_protocol pin_protocol;
        /** TPIU formatter enable/disable (in async mode) */
        bool formatter;
        /** Synchronous output port width */