summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv7-m/nvic.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-02 17:53:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-02 17:53:17 +0000
commit5246751cb564522530b70b4f171dbd3d09a6eb4b (patch)
treee6cdacc9234e2f1d88f5dc4313065908d200edf5 /nuttx/arch/arm/src/armv7-m/nvic.h
parentf83bf7d4334e20205fc87a6a98814bd6e44137c4 (diff)
downloadpx4-nuttx-5246751cb564522530b70b4f171dbd3d09a6eb4b.tar.gz
px4-nuttx-5246751cb564522530b70b4f171dbd3d09a6eb4b.tar.bz2
px4-nuttx-5246751cb564522530b70b4f171dbd3d09a6eb4b.zip
Add FAT date/time stamp
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4008 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/armv7-m/nvic.h')
-rw-r--r--nuttx/arch/arm/src/armv7-m/nvic.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/arch/arm/src/armv7-m/nvic.h b/nuttx/arch/arm/src/armv7-m/nvic.h
index b132b9966..43cd470fb 100644
--- a/nuttx/arch/arm/src/armv7-m/nvic.h
+++ b/nuttx/arch/arm/src/armv7-m/nvic.h
@@ -1,8 +1,8 @@
/************************************************************************************
* arch/arm/src/armv7-m/nvic.h
*
- * Copyright (C) 2009 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved.
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -396,7 +396,7 @@
#define NVIC_SYSTICK_RELOAD_SHIFT 0 /* Bits 23-0: Timer reload value */
#define NVIC_SYSTICK_RELOAD_MASK (0x00ffffff << NVIC_SYSTICK_RELOAD_SHIFT)
-/* SysTick current value registe (SYSTICK_CURRENT) */
+/* SysTick current value register (SYSTICK_CURRENT) */
#define NVIC_SYSTICK_CURRENT_SHIFT 0 /* Bits 23-0: Timer current value */
#define NVIC_SYSTICK_CURRENT_MASK (0x00ffffff << NVIC_SYSTICK_RELOAD_SHIFT)