summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/nsh
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/stm3240g-eval/nsh
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/stm3240g-eval/nsh')
-rw-r--r--nuttx/configs/stm3240g-eval/nsh/defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/stm3240g-eval/nsh/defconfig b/nuttx/configs/stm3240g-eval/nsh/defconfig
index 8b2617ec0..34f84db07 100644
--- a/nuttx/configs/stm3240g-eval/nsh/defconfig
+++ b/nuttx/configs/stm3240g-eval/nsh/defconfig
@@ -203,7 +203,7 @@ CONFIG_CAN2_BAUD=700000
#
# STM32F40xxx Ethernet device driver settings
#
-CONFIG_STM32_PHYADDR=0x01
+CONFIG_STM32_PHYADDR=1
CONFIG_STM32_MII=y
CONFIG_STM32_MII_MCO1=y
CONFIG_STM32_MII_MCO2=n