diff options
| author | hathach <[email protected]> | 2021-07-15 20:52:58 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-07-15 20:52:58 +0700 |
| commit | 3960beece0ea3dccf7ca615bd7841daa6b703d56 (patch) | |
| tree | 275adc1e26da5702599b88c7550ecf9ee3b79b21 /src/tusb.h | |
| parent | daca9e520bce0b4eb5882c5692986ec5c513f319 (diff) | |
rename CFG_TUD_DFU_MODE to simply CFG_TUD_DFU
Diffstat (limited to 'src/tusb.h')
| -rw-r--r-- | src/tusb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tusb.h b/src/tusb.h index 2b1d7483a..b52f8839a 100644 --- a/src/tusb.h +++ b/src/tusb.h @@ -96,7 +96,7 @@ #include "class/dfu/dfu_rt_device.h" #endif - #if CFG_TUD_DFU_MODE + #if CFG_TUD_DFU #include "class/dfu/dfu_device.h" #endif |
