Fix ENC28J60 Tx transmit (still a receive problem); Add HTTP 408 logic from Kate
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5158 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
5acf2fe3e1
commit
3464e7e956
@ -116,8 +116,10 @@
|
|||||||
|
|
||||||
/* Interrupt wait time timeout in system timer ticks */
|
/* Interrupt wait time timeout in system timer ticks */
|
||||||
|
|
||||||
#define CONFIG_STM32_I2CTIMEOTICKS \
|
#ifndef CONFIG_STM32_I2CTIMEOTICKS
|
||||||
(SEC2TICK(CONFIG_STM32_I2CTIMEOSEC) + MSEC2TICK(CONFIG_STM32_I2CTIMEOMS))
|
# define CONFIG_STM32_I2CTIMEOTICKS \
|
||||||
|
(SEC2TICK(CONFIG_STM32_I2CTIMEOSEC) + MSEC2TICK(CONFIG_STM32_I2CTIMEOMS))
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef CONFIG_STM32_I2C_DYNTIMEO_STARTSTOP
|
#ifndef CONFIG_STM32_I2C_DYNTIMEO_STARTSTOP
|
||||||
# define CONFIG_STM32_I2C_DYNTIMEO_STARTSTOP TICK2USEC(CONFIG_STM32_I2CTIMEOTICKS)
|
# define CONFIG_STM32_I2C_DYNTIMEO_STARTSTOP TICK2USEC(CONFIG_STM32_I2CTIMEOTICKS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user