Skip to content

Commit 6b067dd

Browse files
committed
fix build warnings in new usb_device/dev_cdc example
1 parent 62e4fd6 commit 6b067dd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

usb/device/dev_cdc/tusb_config.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,13 @@
44
* SPDX-License-Identifier: BSD-3-Clause
55
*/
66

7-
// TODO: why not #pragma once?
87
#ifndef _TUSB_CONFIG_H_
98
#define _TUSB_CONFIG_H_
109

1110
#ifdef __cplusplus
1211
extern "C" {
1312
#endif
1413

15-
#define CFG_TUSB_MCU (OPT_MCU_RP2040)
16-
#define CFG_TUSB_OS (OPT_OS_PICO)
17-
#define CFG_TUSB_DEBUG (0)
18-
1914
#define CFG_TUD_ENABLED (1)
2015

2116
// Legacy RHPORT configuration

0 commit comments

Comments
 (0)