We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd7a77 commit 02f067bCopy full SHA for 02f067b
include/smbus.h
@@ -40,7 +40,7 @@
40
extern "C" {
41
#endif
42
43
-#define SMBUS_DEFAULT_TIMEOUT (1000 / portTICK_RATE_MS) ///< Default transaction timeout in ticks
+#define SMBUS_DEFAULT_TIMEOUT (1000 / portTICK_PERIOD_MS) ///< Default transaction timeout in ticks
44
/**
45
* @brief 7-bit or 10-bit I2C slave address.
46
*/
0 commit comments