diff options
author | Jenna Fox <a@creativepony.com> | 2012-09-29 16:58:01 -0700 |
---|---|---|
committer | Jenna Fox <a@creativepony.com> | 2012-09-29 16:58:01 -0700 |
commit | 35cc54629ade1abfb801b832534f6c7f45eff20c (patch) | |
tree | 15798a560eef8fbb72c5545f29619816e58a436a /commandline/usbcalls.c | |
parent | 71649f3ec1b38fa4e38dffc77cc7eec314daa6a1 (diff) | |
parent | 2f46526de0ed0c9de27c58d4438b9c98e9b5a3c5 (diff) | |
download | micronucleus-35cc54629ade1abfb801b832534f6c7f45eff20c.tar.gz micronucleus-35cc54629ade1abfb801b832534f6c7f45eff20c.tar.bz2 micronucleus-35cc54629ade1abfb801b832534f6c7f45eff20c.zip |
Merge pull request #9 from kehribar/master
Experimental C commandline application has been added.
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 |