diff options
author | Jenna Fox <a@creativepony.com> | 2012-09-30 10:00:17 +1000 |
---|---|---|
committer | Jenna Fox <a@creativepony.com> | 2012-09-30 10:00:17 +1000 |
commit | 2d6072e4b4f365297da2d1cc933ebc8e71f92d30 (patch) | |
tree | c3d79ed1e424effb85fd7f70a275e28a0a24555f /commandline/usbcalls.c | |
parent | 1c867a4733cbf3a8de8f746c50171c977520766a (diff) | |
parent | 35cc54629ade1abfb801b832534f6c7f45eff20c (diff) | |
download | micronucleus-2d6072e4b4f365297da2d1cc933ebc8e71f92d30.tar.gz micronucleus-2d6072e4b4f365297da2d1cc933ebc8e71f92d30.tar.bz2 micronucleus-2d6072e4b4f365297da2d1cc933ebc8e71f92d30.zip |
Merge branch 'master' of github.com:Bluebie/micronucleus-t85 into heavy-squeeze
Diffstat (limited to 'commandline/usbcalls.c')
-rw-r--r-- | commandline/usbcalls.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/commandline/usbcalls.c b/commandline/usbcalls.c deleted file mode 100644 index f8a1857..0000000 --- a/commandline/usbcalls.c +++ /dev/null @@ -1,20 +0,0 @@ -/* Name: usbcalls.c - * Project: usbcalls library - * Author: Christian Starkjohann - * Creation Date: 2006-02-02 - * Tabsize: 4 - * Copyright: (c) 2006 by OBJECTIVE DEVELOPMENT Software GmbH - * License: Proprietary, free under certain conditions. See Documentation. - * This Revision: $Id: usbcalls.c 281 2007-03-20 13:22:10Z cs $ - */ - -/* This file includes the appropriate implementation based on platform - * specific defines. - */ - -#if defined(WIN32) -# include "usb-windows.c" -#else -/* e.g. defined(__APPLE__) */ -# include "usb-libusb.c" -#endif |