KurtE / FlexIO_t4

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

error compiling #5

Closed branko623 closed 4 years ago

branko623 commented 4 years ago

/home/harambe623/Arduino/libraries/FlexIO_t4/FlexIOSPI.cpp: In member function 'bool FlexIOSPI::begin()': /home/harambe623/Arduino/libraries/FlexIO_t4/FlexIOSPI.cpp:136:37: error: 'fastio' was not declared in this scope *(portControlRegister(_mosiPin)) = fastio;

happens upon compiling in arduino IDE

branko623 commented 4 years ago

Appears like the latest change to that file broke it, as commit hash e1a04cba944ae7812d0a1378d58cd5e337ace943 works fine

KurtE commented 4 years ago

Sorry for some reason when I did the commit last time the one line with the definition did not make it in???

Code updated.

Thanks