From 48ec9be1eba930b06050262a1a651d794c31bc11 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Wed, 2 Oct 2024 15:47:47 -0600 Subject: trim trailing ws --- cmd/sbc_harness/config/config.h | 2 +- cmd/sbc_harness/config/tusb_config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd') diff --git a/cmd/sbc_harness/config/config.h b/cmd/sbc_harness/config/config.h index b12eb2c..fb3c5ae 100644 --- a/cmd/sbc_harness/config/config.h +++ b/cmd/sbc_harness/config/config.h @@ -8,7 +8,7 @@ /*#include */ -#if defined(USE_CONFIG_NETIO_POSIX) || defined(USE_CONFIG_COROUTINE) +#if defined(USE_CONFIG_NETIO_POSIX) || defined(USE_CONFIG_COROUTINE) # define CONFIG_NETIO_NUM_CONNS 8 #endif #ifdef USE_CONFIG_NETIO_POSIX diff --git a/cmd/sbc_harness/config/tusb_config.h b/cmd/sbc_harness/config/tusb_config.h index cb1ca3b..0eb1c9d 100644 --- a/cmd/sbc_harness/config/tusb_config.h +++ b/cmd/sbc_harness/config/tusb_config.h @@ -91,7 +91,7 @@ extern "C" { #define CFG_TUD_VENDOR 0 // int : ??? #define CFG_TUD_USBTMC 0 // bool: Test & Measurement Class https://www.usb.org/sites/default/files/USBTMC_1_006a.zip #define CFG_TUD_DFU_RUNTIME 0 // bool: Device Firmware Upgrade https://www.usb.org/sites/default/files/DFU_1.1.pdf -#define CFG_TUD_DFU 0 // bool: Device Firmware Upgrade https://www.usb.org/sites/default/files/DFU_1.1.pdf +#define CFG_TUD_DFU 0 // bool: Device Firmware Upgrade https://www.usb.org/sites/default/files/DFU_1.1.pdf #define CFG_TUD_ECM_RNDIS 0 // bool: net #define CFG_TUD_NCM 0 // bool: net #define CFG_TUD_BTH 0 // bool: Bluetooth -- cgit v1.2.3-2-g168b