summaryrefslogtreecommitdiffstats
path: root/src/console.c
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-09-23 16:19:43 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-09-23 16:19:43 +0200
commit08adc52c781ebdafc70520fd43da31856474ae2b (patch)
tree37dceca24a82bf156b21bcdac53ad66b84e055cb /src/console.c
parent95571860d0380f55a7c2d6ecd0fc5b8751fe18bb (diff)
download0xFFFF-08adc52c781ebdafc70520fd43da31856474ae2b.tar.bz2
Remove WITH_ defines
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