summaryrefslogtreecommitdiffstats
path: root/src/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/console.c')
-rw-r--r--src/console.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/console.c b/src/console.c
index 011b371..46dfe9e 100644
--- a/src/console.c
+++ b/src/console.c
@@ -17,8 +17,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#if WITH_USB
-
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
@@ -178,4 +176,3 @@ int console_prompt(void)
return 0;
}
-#endif