aboutsummaryrefslogtreecommitdiff
path: root/example-fraucheky/main.c
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2017-07-06 15:52:46 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2017-07-06 15:52:46 +0900
commit5d9802388c32934a4201fa29ccaf120d2faab8a7 (patch)
treec53a60d8da1ae9b6ca0e19f8460379d128e5194a /example-fraucheky/main.c
parent478dd2c78467bf5a2134867c55b33fca330f1644 (diff)
Fix USB driver on GNU/Linux.
Diffstat (limited to 'example-fraucheky/main.c')
-rw-r--r--example-fraucheky/main.c6
1 files changed, 0 insertions, 6 deletions
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.
*