fix delayMicroseconds
This commit is contained in:
parent
2a45f71384
commit
67e4dd4815
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue