Rename _IsrWrapper camelCase to _isr_wrapper

Change-Id: I217eced3965fbf313a7e0fbef38db9dd876fcf80
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2015-04-24 10:40:17 +03:00 committed by Anas Nashif
commit fbb1526d1a
7 changed files with 14 additions and 14 deletions

View file

@ -41,7 +41,7 @@ Data types for a software-managed ISR table, with a parameter per-ISR.
#if !defined(_ASMLANGUAGE)
/*
* Note the order: arg first, then ISR. This allows a table entry to be
* loaded arg -> r0, isr -> r3 in _IsrWrapper with one ldmia instruction,
* loaded arg -> r0, isr -> r3 in _isr_wrapper with one ldmia instruction,
* on ARM Cortex-M (Thumb2).
*/
struct _IsrTableEntry {