diff options
| author | hathach <[email protected]> | 2018-04-10 14:31:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-04-10 14:31:11 +0700 |
| commit | 3c2467196070eeedd4171e183db04fb815677246 (patch) | |
| tree | 742e3f277776b025ee0f90ab63ef2f70a3b3d03a /tinyusb.Doxyfile | |
| parent | 3473c71a6a7cb22cb45f368dba4edda49ed8f7af (diff) | |
mass rename TUSB_CFG to CFG_TUSB
Diffstat (limited to 'tinyusb.Doxyfile')
| -rw-r--r-- | tinyusb.Doxyfile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tinyusb.Doxyfile b/tinyusb.Doxyfile index ba1638ebb..4e380f138 100644 --- a/tinyusb.Doxyfile +++ b/tinyusb.Doxyfile @@ -2010,13 +2010,13 @@ INCLUDE_FILE_PATTERNS = # recursively expanded use the := operator instead of the = operator. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. -PREDEFINED = TUSB_CFG_CONTROLLER_0_MODE=TUSB_MODE_HOST \ - TUSB_CFG_CONTROLLER_1_MODE=TUSB_MODE_NONE \ - TUSB_CFG_HOST_HID_KEYBOARD=1 \ +PREDEFINED = CFG_TUSB_CONTROLLER_0_MODE=TUSB_MODE_HOST \ + CFG_TUSB_CONTROLLER_1_MODE=TUSB_MODE_NONE \ + CFG_TUSB_HOST_HID_KEYBOARD=1 \ ATTR_PACKED_STRUCT(x)=x \ - TUSB_CFG_HOST_CDC_RNDIS=1 \ + CFG_TUSB_HOST_CDC_RNDIS=1 \ ATTR_ALIGNED(x)= \ - TUSB_CFG_OS=TUSB_OS_NONE + CFG_TUSB_OS=TUSB_OS_NONE # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this # tag can be used to specify a list of macro names that should be expanded. The |
