thermferm/delay.h

Wed, 24 Apr 2024 21:36:49 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 24 Apr 2024 21:36:49 +0200
changeset 706
50d9a25aba86
parent 652
16d3d4b58b5b
permissions
-rw-r--r--

Possible fix for large sockets messages.

/**
 * @file delay.h
 * @brief Thread friendly delay functions.
 */

#ifndef	DELAY_H
#define	DELAY_H

void mDelay(unsigned int howLong);
void uDelay(unsigned int howLong);

#endif

mercurial