error: unknown type name #1587
freespirit83xyz
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm new in embedded development and I have an issue.
I have a Raspberry Pi Pico and Pimoroni Display. I need to configure an USB Host for communication with an external device.
I'm developing with VS Code.
Looking at Tinyusb examples, I'm trying to redo "cdc_msc_hid" but some constants, structs are not found by compiler.
On main.cpp board and usb are initialized but on file hid_app.c there are some errors:
and others are not found.
Here my CMakeLists.txt file
Thanks in advance for your help
(edited by pigrew to fix formatting of CMakelists text... hopefully nobody minds.)
Beta Was this translation helpful? Give feedback.
All reactions