refactor(hal): Remove usb_hal and usb_ll

This commit removes some legacy USB related HAL and LL files that are no longer
used.
This commit is contained in:
Darian Leung
2024-01-05 13:05:28 +08:00
parent 9f7eacb089
commit 0205ed9dc6
6 changed files with 0 additions and 154 deletions

View File

@@ -18,7 +18,6 @@
#include "ffconf.h"
#include "esp_vfs.h"
#include "errno.h"
#include "hal/usb_hal.h"
#include "driver/gpio.h"
#include <esp_vfs_fat.h>