summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-stm32-p107
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-07 16:51:53 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-07 16:51:53 +0000
commit2b4f77df59c5295dbec921dd279874d2f935c9b1 (patch)
tree939ea103590e28bbbde24667cb1a88f9fa559035 /nuttx/configs/olimex-stm32-p107
parent68b943e51104e77e7fa8bfeb4411f8cbd2a0473e (diff)
downloadpx4-nuttx-2b4f77df59c5295dbec921dd279874d2f935c9b1.tar.gz
px4-nuttx-2b4f77df59c5295dbec921dd279874d2f935c9b1.tar.bz2
px4-nuttx-2b4f77df59c5295dbec921dd279874d2f935c9b1.zip
Removed delay after receiving in recvfrom(). This was killing network performance
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5107 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/olimex-stm32-p107')
-rw-r--r--nuttx/configs/olimex-stm32-p107/nsh/defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/olimex-stm32-p107/nsh/defconfig b/nuttx/configs/olimex-stm32-p107/nsh/defconfig
index 18858d5df..c7c71018a 100644
--- a/nuttx/configs/olimex-stm32-p107/nsh/defconfig
+++ b/nuttx/configs/olimex-stm32-p107/nsh/defconfig
@@ -365,7 +365,7 @@ CONFIG_NET_MULTICAST=n
#
# STM32F107vc Ethernet device driver settings
#
-CONFIG_STM32_PHYADDR=0x01
+CONFIG_STM32_PHYADDR=1
CONFIG_STM32_MII=n
CONFIG_STM32_RMII=y
CONFIG_STM32_RMII_MCO=y