[SX126x] Removed slowdown macro (#158)

This commit is contained in:
jgromes 2022-11-13 22:12:04 +01:00 committed by Federico Maggi
parent 40f8a317f6
commit 7d28cbdeb7
No known key found for this signature in database
GPG key ID: BA2EDAFB4F2486BC

View file

@ -1848,13 +1848,6 @@ int16_t SX126x::SPItransfer(uint8_t* cmd, uint8_t cmdLen, bool write, uint8_t* d
RADIOLIB_VERBOSE_PRINTLN();
}
RADIOLIB_VERBOSE_PRINTLN();
#else
// some faster platforms require a short delay here
// not sure why, but it seems that long enough SPI transaction
// (e.g. setPacketParams for GFSK) will fail without it
#if defined(RADIOLIB_SPI_SLOWDOWN)
_mod->delay(1);
#endif
#endif
// parse status