AH/Teensy/TeensyUSBTypes.hpp: No such file or directory #1023
mattibatti
started this conversation in
General
Replies: 1 comment 1 reply
-
This is the first time I'm seeing this error. I'd recommend reinstalling Control Surface, and while you're at it, I'd recommend installing the latest Which OS are you using that's not compatible with Teensy? Which board do you have selected in the IDE? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been working on a controller with Arduino Micro and I tried to switch my project over to a Teensy. But it turned out Teensy is not compatible with my OS. So I went back to the Micro, but am now getting this error. Any advice?
""In file included from /Users/mattiweisberg/Documents/Arduino/libraries/Control-Surface-1.2.0/src/MIDI_Interfaces/DebugMIDI_Interface.hpp:3:0,
from /Users/mattiweisberg/Documents/Arduino/libraries/Control-Surface-1.2.0/src/Control_Surface.h:119,
from /Users/mattiweisberg/Documents/Arduino/TEU_Main_2/TEU_Main_2.ino:1:
/Users/mattiweisberg/Documents/Arduino/libraries/Control-Surface-1.2.0/src/MIDI_Interfaces/SerialMIDI_Interface.hpp:6:10: fatal error: AH/Teensy/TeensyUSBTypes.hpp: No such file or directory
#include <AH/Teensy/TeensyUSBTypes.hpp>"""
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Beta Was this translation helpful? Give feedback.
All reactions