summaryrefslogtreecommitdiff
path: root/nuttx/net/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-17 18:35:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-17 18:35:37 +0000
commit24acf10752079d502696d57e20c2078b4e2ea801 (patch)
tree1701d3d2c3f6c456a04442336d5fa406bf553b55 /nuttx/net/Kconfig
parentb468f0fc17590b77076802afd66e23cb78373943 (diff)
downloadnuttx-24acf10752079d502696d57e20c2078b4e2ea801.tar.gz
nuttx-24acf10752079d502696d57e20c2078b4e2ea801.tar.bz2
nuttx-24acf10752079d502696d57e20c2078b4e2ea801.zip
Resync new repository with old repo r5166
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5154 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/net/Kconfig')
-rw-r--r--nuttx/net/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/Kconfig b/nuttx/net/Kconfig
index 267045402..718b28b8f 100644
--- a/nuttx/net/Kconfig
+++ b/nuttx/net/Kconfig
@@ -34,7 +34,7 @@ config NET_NOINTS
bool "Not interrupt driven"
default n
---help---
- NET_NOINT indicates that uIP not called from the interrupt level.
+ NET_NOINT indicates that uIP is not called from the interrupt level.
If NET_NOINTS is defined, critical sections will be managed with semaphores;
Otherwise, it assumed that uIP will be called from interrupt level handling
and critical sections will be managed by enabling and disabling interrupts.