Skip to content

Commit 4ceff64

Browse files
committed
psram_display: remove assert.
1 parent d06956d commit 4ceff64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/psram_display/psram_display.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ namespace pimoroni {
9292

9393
int __not_in_flash_func(SpiSetBlocking)(const uint16_t uSrc, size_t uLen)
9494
{
95-
invalid_params_if(SPI, 0 > (int)uLen);
9695
// Deliberately overflow FIFO, then clean up afterward, to minimise amount
9796
// of APB polling required per halfword
9897
for (size_t i = 0; i < uLen; ++i) {

0 commit comments

Comments
 (0)