Browse Source

ARMv7M: review scope of functions

Add "static" qualifier to private functions.

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
tags/v0.5.0-rc1
Antonio Borneo 14 years ago
parent
commit
81fab96c0d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/target/armv7m.c

+ 1
- 1
src/target/armv7m.c View File

@@ -527,7 +527,7 @@ struct reg_cache *armv7m_build_reg_cache(struct target *target)
return cache;
}

int armv7m_setup_semihosting(struct target *target, int enable)
static int armv7m_setup_semihosting(struct target *target, int enable)
{
/* nothing todo for armv7m */
return ERROR_OK;


Loading…
Cancel
Save