summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/tiva/chip/lm3s_vectors.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-08 13:29:09 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-08 13:29:09 -0600
commit3100722cdd78ff94412a760138e2fd4fdc319548 (patch)
tree40fef8e42b9d2ad55872feb5a32ee6cbf9390a0c /nuttx/arch/arm/src/tiva/chip/lm3s_vectors.h
parent39d69550a195f226b1985ebc62f760d286cd68c8 (diff)
downloadnuttx-3100722cdd78ff94412a760138e2fd4fdc319548.tar.gz
nuttx-3100722cdd78ff94412a760138e2fd4fdc319548.tar.bz2
nuttx-3100722cdd78ff94412a760138e2fd4fdc319548.zip
All files and functions beginning with lm_ changed to tiva_
Diffstat (limited to 'nuttx/arch/arm/src/tiva/chip/lm3s_vectors.h')
-rw-r--r--nuttx/arch/arm/src/tiva/chip/lm3s_vectors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/tiva/chip/lm3s_vectors.h b/nuttx/arch/arm/src/tiva/chip/lm3s_vectors.h
index 2c723b631..7b76a6611 100644
--- a/nuttx/arch/arm/src/tiva/chip/lm3s_vectors.h
+++ b/nuttx/arch/arm/src/tiva/chip/lm3s_vectors.h
@@ -41,10 +41,10 @@
* Vectors
************************************************************************************/
-/* This file is included by lm_vectors.S. It provides the macro VECTOR that
+/* This file is included by tiva_vectors.S. It provides the macro VECTOR that
* supplies ach Stellaris vector in terms of a (lower-case) ISR label and an
* (upper-case) IRQ number as defined in arch/arm/include/lm/lm3s_irq.h.
- * lm_vectors.S will define the VECTOR in different ways in order to generate
+ * tiva_vectors.S will define the VECTOR in different ways in order to generate
* the interrupt vectors and handlers in their final form.
*/