summaryrefslogtreecommitdiff
path: root/common/memory_commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/memory_commands.c')
-rw-r--r--common/memory_commands.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/memory_commands.c b/common/memory_commands.c
index 46df50e74d..dae18777fd 100644
--- a/common/memory_commands.c
+++ b/common/memory_commands.c
@@ -8,7 +8,6 @@
#include "console.h"
#include "util.h"
-
static int command_write_word(int argc, char **argv)
{
volatile uint32_t *address;
@@ -38,7 +37,6 @@ DECLARE_CONSOLE_COMMAND(ww, command_write_word,
"Write a word to memory",
NULL);
-
static int command_read_word(int argc, char **argv)
{
volatile uint32_t *address;