mirror of
https://github.com/gosticks/RIOT.git
synced 2025-10-16 12:05:37 +00:00
Merge pull request #7006 from OTAkeys/pr/fix_shell_no_echo_2017.04
sys/shell: fix build when SHELL_NO_ECHO is defined (Backport of #7005)
This commit is contained in:
commit
c55a67e657
@ -32,7 +32,7 @@
|
||||
#include "shell.h"
|
||||
#include "shell_commands.h"
|
||||
|
||||
#ifndef SHELL_NO_ECHO
|
||||
#if !defined(SHELL_NO_ECHO) || !defined(SHELL_NO_PROMPT)
|
||||
#ifdef MODULE_NEWLIB
|
||||
/* use local copy of putchar, as it seems to be inlined,
|
||||
* enlarging code by 50% */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user