-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Fix compile branch master as Arduino as component with latest IDF 5.1 #9322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
with latest IDF 5.1.
👋 Hello Jason2866, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
Since the include file name changed from
hal/usb_phy_ll.h
tohal/usb_fsls_phy_ll.h
IDF commit espressif/esp-idf@148cc6eThe PR code change checks if the old file is there if yes it is included else the new file is included.
@me-no-dev