@@ -284,7 +284,7 @@ static void greentea_write_int(const int val)
284
284
* \brief Encapsulate and send key-value message from DUT to host
285
285
*
286
286
* This function uses underlying functions to write directly
287
- * to the serial port, (USBTX ). This allows KVs to be used
287
+ * to the serial port, (CONSOLE_TX ). This allows KVs to be used
288
288
* from within interrupt context.
289
289
*
290
290
* \param key Message key (message/event name)
@@ -305,7 +305,7 @@ extern "C" void greentea_send_kv(const char *key, const char *val) {
305
305
* \brief Encapsulate and send key-value message from DUT to host
306
306
*
307
307
* This function uses underlying functions to write directly
308
- * to the serial port, (USBTX ). This allows KVs to be used
308
+ * to the serial port, (CONSOLE_TX ). This allows KVs to be used
309
309
* from within interrupt context.
310
310
* Last value is an integer to avoid integer to string conversion
311
311
* made by the user.
@@ -328,7 +328,7 @@ void greentea_send_kv(const char *key, const int val) {
328
328
* \brief Encapsulate and send key-value-value message from DUT to host
329
329
*
330
330
* This function uses underlying functions to write directly
331
- * to the serial port, (USBTX ). This allows KVs to be used
331
+ * to the serial port, (CONSOLE_TX ). This allows KVs to be used
332
332
* from within interrupt context.
333
333
* Last value is an integer to avoid integer to string conversion
334
334
* made by the user.
@@ -355,7 +355,7 @@ void greentea_send_kv(const char *key, const char *val, const int result) {
355
355
* \brief Encapsulate and send key-value-value-value message from DUT to host
356
356
*
357
357
* This function uses underlying functions to write directly
358
- * to the serial port, (USBTX ). This allows KVs to be used
358
+ * to the serial port, (CONSOLE_TX ). This allows KVs to be used
359
359
* from within interrupt context.
360
360
* Last 2 values are integers to avoid integer to string conversion
361
361
* made by the user.
@@ -389,7 +389,7 @@ void greentea_send_kv(const char *key, const char *val, const int passes, const
389
389
* \brief Encapsulate and send key-value-value message from DUT to host
390
390
*
391
391
* This function uses underlying functions to write directly
392
- * to the serial port, (USBTX ). This allows key-value-value to be used
392
+ * to the serial port, (CONSOLE_TX ). This allows key-value-value to be used
393
393
* from within interrupt context.
394
394
* Both values are integers to avoid integer to string conversion
395
395
* made by the user.
0 commit comments