KurtE / FlexIO_t4

Teensy 4 beta - WIP Flex IO support including Serial
MIT License
25 stars 18 forks source link

does not compile for FlexIO2 or FlexIO3 #3

Closed easone closed 4 years ago

easone commented 4 years ago

I get a compile error in FlexIO_t4.cpp when trying to use FlexIO2 or FlexIO3. It seems the pointers to IRQHandler_FlexIO2 and IRQHandler_FlexIO3 inside the declarations for flex2_hardware and flex3_hardware are missing & signs.

KurtE commented 4 years ago

Thanks,

For some reason it was compiling fine on my machine without the &, but yes should be pointer to...

I pushed up the changes as mentioned.

Thanks again