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_option.h | |
| parent | daca9e520bce0b4eb5882c5692986ec5c513f319 (diff) | |
rename CFG_TUD_DFU_MODE to simply CFG_TUD_DFU
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 4351d9486..97da0bd92 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -249,8 +249,8 @@ #define CFG_TUD_DFU_RUNTIME 0 #endif -#ifndef CFG_TUD_DFU_MODE - #define CFG_TUD_DFU_MODE 0 +#ifndef CFG_TUD_DFU + #define CFG_TUD_DFU 0 #endif #ifndef CFG_TUD_NET |
