Skip to content

Commit

Permalink
Remove unused STM32 USB FS lib
Browse files Browse the repository at this point in the history
  • Loading branch information
daleckystepan committed Jun 21, 2022
1 parent 192f2b1 commit be8fbcd
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 4,464 deletions.
2 changes: 0 additions & 2 deletions Makefile
Expand Up @@ -129,8 +129,6 @@ FC_VER := $(FC_VER_MAJOR).$(FC_VER_MINOR).$(FC_VER_PATCH)

# Search path for sources
VPATH := $(SRC_DIR):$(SRC_DIR)/startup
USBFS_DIR = $(ROOT)/lib/main/STM32_USB-FS-Device_Driver
USBPERIPH_SRC = $(notdir $(wildcard $(USBFS_DIR)/src/*.c))
FATFS_DIR = $(ROOT)/lib/main/FatFS
FATFS_SRC = $(notdir $(wildcard $(FATFS_DIR)/*.c))

Expand Down

0 comments on commit be8fbcd

Please sign in to comment.