reduced i2c timeout

This commit is contained in:
Alessandro Mauri 2026-05-01 23:32:22 +02:00
parent f0dfc95910
commit 364e62f933
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@
#include "lib_i2c.h" #include "lib_i2c.h"
#define I2C_DEFAULT_TIMEOUT 100000
//! #################################### //! ####################################
//! I2C INIT FUNCTIONS //! I2C INIT FUNCTIONS

View File

@ -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