Skip to content

Commit

Permalink
fix bsp path
Browse files Browse the repository at this point in the history
  • Loading branch information
SamulKyull authored and SamulKyull committed Aug 17, 2024
1 parent 4edf3fb commit 3b24b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsp/drivers/usb/host/sunxi-hci.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <linux/pm_wakeirq.h>
#include <linux/regulator/consumer.h>

#include <../sunxi_usb/include/sunxi_usb_debug.h>
#include "../sunxi_usb/include/sunxi_usb_debug.h"

extern int usb_disabled(void);
extern atomic_t hci_thread_suspend_flag;
Expand Down

0 comments on commit 3b24b41

Please sign in to comment.