Some minor changes in delay functions

This commit is contained in:
Andy CA6JAU 2017-02-02 01:31:33 -03:00
parent 587fe63a47
commit 66fe701251
5 changed files with 22 additions and 12 deletions

View file

@ -73,6 +73,12 @@ void CIO::delay_rx() {
delayMicroseconds(1);
}
void CIO::dlybit(void)
{
volatile unsigned int delay;
delayMicroseconds(1);
}
void CIO::Init()
{
#if defined (__STM32F1__)