Skip to content

Conversation

pull[bot]
Copy link

@pull pull bot commented Nov 11, 2019

See Commits and Changes for more details.


Created by pull[bot]. Want to support this open source service? Please star it : )

wolph and others added 2 commits November 11, 2019 17:34
* Fixed incorrect usage of xEventGroupWaitBits * Added parentheses and `!= 0`
…#3458) * SPI: Fix discarded-qalifiers warning when compiling with all warnings This fixes an error introduced with changeset b847f41 which tightened the use of const for read-only data. The helper funtion __transferBytes also requires the const qualifier on outgoing data. Without this change a warning is displayed when compiling with the Arduino IDE set to display "All" compiler warnings. Tests: - Build an ESP32 SPI sketch that uses static const data to send to an SPI device using the SPI.transferBytes() API * SPI:Ensure all local functions are marked static This audits all functions in the esp32-hal-xpi.c module and ensures that any functions entirely local to the module are marked as static. Tests: - Build with Arduino set to show all warnings and ensure none are displayed * SPI: Remove unused local __spiTranslate24 function This removes the __spiTranslate24() function which is unused.
@pull pull bot added the ⤵️ pull label Nov 11, 2019
@pull pull bot merged commit dac493f into nazt:master Nov 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants