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.
1 parent d06956d commit 4ceff64Copy full SHA for 4ceff64
drivers/psram_display/psram_display.hpp
@@ -92,7 +92,6 @@ namespace pimoroni {
92
93
int __not_in_flash_func(SpiSetBlocking)(const uint16_t uSrc, size_t uLen)
94
{
95
- invalid_params_if(SPI, 0 > (int)uLen);
96
// Deliberately overflow FIFO, then clean up afterward, to minimise amount
97
// of APB polling required per halfword
98
for (size_t i = 0; i < uLen; ++i) {
0 commit comments