reduced i2c timeout
This commit is contained in:
parent
f0dfc95910
commit
364e62f933
@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
#include "lib_i2c.h"
|
#include "lib_i2c.h"
|
||||||
|
|
||||||
#define I2C_DEFAULT_TIMEOUT 100000
|
|
||||||
|
|
||||||
//! ####################################
|
//! ####################################
|
||||||
//! I2C INIT FUNCTIONS
|
//! I2C INIT FUNCTIONS
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
#include <ch32fun.h>
|
#include <ch32fun.h>
|
||||||
|
|
||||||
|
|
||||||
#define I2C_DEFAULT_TIMEOUT 100000
|
#define I2C_DEFAULT_TIMEOUT 50000
|
||||||
|
|
||||||
//! ####################################
|
//! ####################################
|
||||||
//! I2C INIT FUNCTIONS
|
//! I2C INIT FUNCTIONS
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user