Skip to content
  • David Brownell's avatar
    Cortex-M3: minor cleanup · 8fb2baaa
    David Brownell authored
    
    
    There's no reason to read which interrupts are enabled from
    the NVIC; that state isn't used.  Plus, it's highly dynamic
    since firmware can change it at any time; remove the support
    for those state records.
    
    Remove duplicate definition of DWT_CTRL address; shrink a line.
    
    Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
    8fb2baaa