summaryrefslogtreecommitdiff
path: root/examples/device/usbtmc/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-01-18 10:31:00 +0700
committerhathach <[email protected]>2023-01-18 10:31:00 +0700
commitecfd57e6f12b16c1d7f8cfe2ff6b70e387b38119 (patch)
tree59ccf79055ade5c52da116b314770330f11de177 /examples/device/usbtmc/src
parent8df2fd1916d5e69cfaad7516399a8d7da5060f57 (diff)
get most examples build with iar
Diffstat (limited to 'examples/device/usbtmc/src')
-rw-r--r--examples/device/usbtmc/src/usbtmc_app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/usbtmc/src/usbtmc_app.c b/examples/device/usbtmc/src/usbtmc_app.c
index 8f87a6dca..4700656cb 100644
--- a/examples/device/usbtmc/src/usbtmc_app.c
+++ b/examples/device/usbtmc/src/usbtmc_app.c
@@ -23,7 +23,7 @@
*
*/
-#include <strings.h>
+#include <string.h>
#include <stdlib.h> /* atoi */
#include "tusb.h"
#include "bsp/board.h"