PSRAM Display: Remove broken assert.

pull/980/head
Phil Howard 2024-08-08 17:07:58 +01:00
rodzic 705de7be3f
commit 0e45dcb908
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -92,7 +92,6 @@ namespace pimoroni {
int __not_in_flash_func(SpiSetBlocking)(const uint16_t uSrc, size_t uLen)
{
invalid_params_if(SPI, 0 > (int)uLen);
// Deliberately overflow FIFO, then clean up afterward, to minimise amount
// of APB polling required per halfword
for (size_t i = 0; i < uLen; ++i) {