We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e4fd6 commit 6b067ddCopy full SHA for 6b067dd
usb/device/dev_cdc/tusb_config.h
@@ -4,18 +4,13 @@
4
* SPDX-License-Identifier: BSD-3-Clause
5
*/
6
7
-// TODO: why not #pragma once?
8
#ifndef _TUSB_CONFIG_H_
9
#define _TUSB_CONFIG_H_
10
11
#ifdef __cplusplus
12
extern "C" {
13
#endif
14
15
-#define CFG_TUSB_MCU (OPT_MCU_RP2040)
16
-#define CFG_TUSB_OS (OPT_OS_PICO)
17
-#define CFG_TUSB_DEBUG (0)
18
-
19
#define CFG_TUD_ENABLED (1)
20
21
// Legacy RHPORT configuration
0 commit comments