diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-02 15:47:47 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-02 15:47:47 -0600 |
commit | 48ec9be1eba930b06050262a1a651d794c31bc11 (patch) | |
tree | 8ac174746a71efe3c0babe82cd410a6f49b3a59b /cmd | |
parent | 45b0b2d85fbc284453056c0768c7646df1de9b52 (diff) |
trim trailing ws
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/sbc_harness/config/config.h | 2 | ||||
-rw-r--r-- | cmd/sbc_harness/config/tusb_config.h | 2 |
2 files changed, 2 insertions, 2 deletions
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 <assert.h>*/ -#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 |