summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-12 20:27:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-12 20:27:49 +0000
commita8d12f6d37d46732011e008ac8252c4a3183e182 (patch)
tree8eb364c1a43cd3a1bffca707aa107a0397f51927 /nuttx/arch/avr
parente4f5a605d7c328e342146cec55cf233a976fadd4 (diff)
downloadpx4-nuttx-a8d12f6d37d46732011e008ac8252c4a3183e182.tar.gz
px4-nuttx-a8d12f6d37d46732011e008ac8252c4a3183e182.tar.bz2
px4-nuttx-a8d12f6d37d46732011e008ac8252c4a3183e182.zip
Fix a small RAM log bug (the RAM log still does not work)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4385 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/avr')
-rw-r--r--nuttx/arch/avr/src/at32uc3/at32uc3_config.h2
-rw-r--r--nuttx/arch/avr/src/at90usb/at90usb_config.h2
-rw-r--r--nuttx/arch/avr/src/atmega/atmega_config.h2
-rw-r--r--nuttx/arch/avr/src/common/up_initialize.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/arch/avr/src/at32uc3/at32uc3_config.h b/nuttx/arch/avr/src/at32uc3/at32uc3_config.h
index 543b4e752..edd19985a 100644
--- a/nuttx/arch/avr/src/at32uc3/at32uc3_config.h
+++ b/nuttx/arch/avr/src/at32uc3/at32uc3_config.h
@@ -168,7 +168,7 @@
# endif
#endif
-/* Determine which device to use as the system loggin device */
+/* Determine which device to use as the system logging device */
#ifndef CONFIG_SYSLOG
# undef CONFIG_RAMLOG_SYSLOG
diff --git a/nuttx/arch/avr/src/at90usb/at90usb_config.h b/nuttx/arch/avr/src/at90usb/at90usb_config.h
index 644005d5b..8beef94bc 100644
--- a/nuttx/arch/avr/src/at90usb/at90usb_config.h
+++ b/nuttx/arch/avr/src/at90usb/at90usb_config.h
@@ -87,7 +87,7 @@
# endif
#endif
-/* Determine which device to use as the system loggin device */
+/* Determine which device to use as the system logging device */
#ifndef CONFIG_SYSLOG
# undef CONFIG_RAMLOG_SYSLOG
diff --git a/nuttx/arch/avr/src/atmega/atmega_config.h b/nuttx/arch/avr/src/atmega/atmega_config.h
index 39ab53e4b..be89234c9 100644
--- a/nuttx/arch/avr/src/atmega/atmega_config.h
+++ b/nuttx/arch/avr/src/atmega/atmega_config.h
@@ -92,7 +92,7 @@
# endif
#endif
-/* Determine which device to use as the system loggin device */
+/* Determine which device to use as the system logging device */
#ifndef CONFIG_SYSLOG
# undef CONFIG_RAMLOG_SYSLOG
diff --git a/nuttx/arch/avr/src/common/up_initialize.c b/nuttx/arch/avr/src/common/up_initialize.c
index 7f53ab8ae..58d243ee5 100644
--- a/nuttx/arch/avr/src/common/up_initialize.c
+++ b/nuttx/arch/avr/src/common/up_initialize.c
@@ -78,7 +78,7 @@
# endif
#endif
-/* Determine which device to use as the system loggin device */
+/* Determine which device to use as the system logging device */
#ifndef CONFIG_SYSLOG
# undef CONFIG_RAMLOG_SYSLOG