mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
include/nuttx/i2c/i2c_master.h: Add a definition to distinguish a new START of messages from a repeated start. No lower-half I2C drivers actually implement this new flag bit, however. drivers/i2c/i2c_writeread.c: Use new repeated START definition where appopriated. Other: Some cosmetic changes, updates to README files, etc.
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CONFIG_EE24XX_FREQUENCY
|
||||
#define CONFIG_EE24XX_FREQUENCY 100000
|
||||
# define CONFIG_EE24XX_FREQUENCY 100000
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user