fix delayMicroseconds

This commit is contained in:
Mestery 2023-04-09 20:34:42 +02:00 committed by GitHub
parent 2a45f71384
commit 67e4dd4815
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -319,7 +319,7 @@ int16_t CC1101::startTransmit(uint8_t* data, size_t len, uint8_t addr) {
* *
* TODO: test this on real hardware * TODO: test this on real hardware
*/ */
delayMicroseconds(250); _mod->delayMicroseconds(250);
} }
} }