We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
libraries\SPI\SPI.cpp.o:(.literal._ZN8SPIClass12transferBitsEjPjh+0x0): undefined reference to `spiTransferBits'
libraries\SPI\SPI.cpp.o: In function `SPIClass::transferBits(unsigned int, unsigned int*, unsigned char)':
C:\Users\nepe\Documents\Arduino\hardware\espressif\esp32\libraries\SPI\src/SPI.cpp:252: undefined reference to `spiTransferBits'
The text was updated successfully, but these errors were encountered:
Wow! I wonder how nobody noticed this till now :) Fixing...
Sorry, something went wrong.
ab0ea2f
Fix missing method from SPI HAL
9d889d7
Fixes: espressif/arduino-esp32#640
b4aa64f
No branches or pull requests
libraries\SPI\SPI.cpp.o:(.literal._ZN8SPIClass12transferBitsEjPjh+0x0): undefined reference to `spiTransferBits'
libraries\SPI\SPI.cpp.o: In function `SPIClass::transferBits(unsigned int, unsigned int*, unsigned char)':
C:\Users\nepe\Documents\Arduino\hardware\espressif\esp32\libraries\SPI\src/SPI.cpp:252: undefined reference to `spiTransferBits'
The text was updated successfully, but these errors were encountered: