diff options
Diffstat (limited to 'USB-Device/CMakeLists.txt')
-rw-r--r-- | USB-Device/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/USB-Device/CMakeLists.txt b/USB-Device/CMakeLists.txt index d71cc2c..d09a593 100644 --- a/USB-Device/CMakeLists.txt +++ b/USB-Device/CMakeLists.txt @@ -16,7 +16,7 @@ # limitations under the License. ########################################################################### -if(HAL_UBS_DEVICE) +if(HAL_USB_DEVICE) # Add target to project dependency list PROJECT_TARGET_ADD(hal-usb-device) |