Skip to content
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

[G4] Add USB/VCP support #10177

Merged
merged 1 commit into from Sep 26, 2020
Merged

Conversation

jflyper
Copy link
Contributor

@jflyper jflyper commented Sep 13, 2020

No description provided.

@@ -32,6 +32,10 @@ extern USBD_HandleTypeDef USBD_Device;
#elif defined(STM32H7)
#include "usbd_cdc.h"

extern USBD_HandleTypeDef USBD_Device;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this be squashed?

#elif defined(STM32H7) || defined(STM32G4)
#include "usbd_cdc.h"

extern USBD_HandleTypeDef  USBD_Device;
#endif

@mikeller mikeller added this to the 4.3 milestone Sep 20, 2020
@mikeller mikeller merged commit 42a4f13 into betaflight:master Sep 26, 2020
@jflyper jflyper deleted the bfdev-g4-usbvcp branch September 26, 2020 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants