From 5d9802388c32934a4201fa29ccaf120d2faab8a7 Mon Sep 17 00:00:00 2001
From: NIIBE Yutaka <gniibe@fsij.org>
Date: Thu, 6 Jul 2017 15:52:46 +0900
Subject: Fix USB driver on GNU/Linux.

---
 example-fraucheky/configure | 3 +--
 example-fraucheky/main.c    | 6 ------
 2 files changed, 1 insertion(+), 8 deletions(-)

(limited to 'example-fraucheky')

diff --git a/example-fraucheky/configure b/example-fraucheky/configure
index 5014a78..7bc023c 100755
--- a/example-fraucheky/configure
+++ b/example-fraucheky/configure
@@ -9,6 +9,7 @@ vidpid=none
 verbose=no
 debug=no
 with_fraucheky=yes
+with_index=./INDEX.HTM
 
 if test -d ../.git; then
   REVISION=`git describe --dirty="-modified"`
@@ -34,8 +35,6 @@ for option; do
     verbose=yes ;;
   --vidpid=*)
     vidpid=$optarg ;;
-  --with-index=*)
-    with_index=$optarg ;;
   *)
     echo "Unrecognized option \`$option'" >&2
     echo "Try \`$0 --help' for more information." >&2
diff --git a/example-fraucheky/main.c b/example-fraucheky/main.c
index efad8e1..bbb6adf 100644
--- a/example-fraucheky/main.c
+++ b/example-fraucheky/main.c
@@ -289,12 +289,6 @@ static char __process3_stack_base__[4096];
 #define main emulated_main
 #endif
 
-void
-usb_lld_write (uint8_t ep_num, const void *buf, size_t len)
-{
-  usb_lld_tx_enable_buf (ep_num, buf, len);
-}
-
 /*
  * Entry point.
  *
-- 
cgit v1.2.3