summaryrefslogtreecommitdiff
path: root/common/host_command_controller.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/host_command_controller.c')
-rw-r--r--common/host_command_controller.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/host_command_controller.c b/common/host_command_controller.c
index c602213e29..befa1865a6 100644
--- a/common/host_command_controller.c
+++ b/common/host_command_controller.c
@@ -192,8 +192,8 @@ int pd_host_command(int command, int version,
static int command_pd_mcu(int argc, char **argv)
{
char *e;
- static char __bss_slow outbuf[128];
- static char __bss_slow inbuf[128];
+ static char outbuf[128];
+ static char inbuf[128];
int command, version;
int i, ret, tmp;