From 540d0700dc0a8172e32d419a9b99c30e2e82a98a Mon Sep 17 00:00:00 2001 From: tmk Date: Sat, 13 Apr 2013 00:23:05 +0900 Subject: Remove common/controller_teensy.h --- converter/adb_usb/config.h | 2 -- converter/m0110_usb/config.h | 3 --- converter/news_usb/config_pjrc.h | 2 -- converter/ps2_usb/config.h | 2 -- converter/terminal_usb/config_102_pjrc.h | 2 -- converter/terminal_usb/config_122_pjrc.h | 2 -- converter/x68k_usb/config_pjrc.h | 2 -- 7 files changed, 15 deletions(-) (limited to 'converter') diff --git a/converter/adb_usb/config.h b/converter/adb_usb/config.h index c4edadc569..9aa3489da7 100644 --- a/converter/adb_usb/config.h +++ b/converter/adb_usb/config.h @@ -18,8 +18,6 @@ along with this program. If not, see . #ifndef CONFIG_H #define CONFIG_H -/* controller configuration */ -#include "controller_teensy.h" #define VENDOR_ID 0xFEED #define PRODUCT_ID 0x0ADB diff --git a/converter/m0110_usb/config.h b/converter/m0110_usb/config.h index f7a4b9bc97..ac1c40a38e 100644 --- a/converter/m0110_usb/config.h +++ b/converter/m0110_usb/config.h @@ -18,9 +18,6 @@ along with this program. If not, see . #ifndef CONFIG_H #define CONFIG_H -/* controller configuration */ -#include "controller_teensy.h" - #define VENDOR_ID 0xFEED #define PRODUCT_ID 0x0110 diff --git a/converter/news_usb/config_pjrc.h b/converter/news_usb/config_pjrc.h index 5bb0216fe5..171a0e06d5 100644 --- a/converter/news_usb/config_pjrc.h +++ b/converter/news_usb/config_pjrc.h @@ -18,8 +18,6 @@ along with this program. If not, see . #ifndef CONFIG_H #define CONFIG_H -/* controller configuration */ -#include "controller_teensy.h" #define VENDOR_ID 0xFEED #define PRODUCT_ID 0x5021 diff --git a/converter/ps2_usb/config.h b/converter/ps2_usb/config.h index 1c53b876d2..4a2d1fc47b 100644 --- a/converter/ps2_usb/config.h +++ b/converter/ps2_usb/config.h @@ -19,8 +19,6 @@ along with this program. If not, see . #define CONFIG_H #include -/* controller configuration */ -#include "controller_teensy.h" #define VENDOR_ID 0xFEED #define PRODUCT_ID 0x6512 diff --git a/converter/terminal_usb/config_102_pjrc.h b/converter/terminal_usb/config_102_pjrc.h index 3ddbee3e76..65001a7d1f 100644 --- a/converter/terminal_usb/config_102_pjrc.h +++ b/converter/terminal_usb/config_102_pjrc.h @@ -18,8 +18,6 @@ along with this program. If not, see . #ifndef CONFIG_H #define CONFIG_H -/* controller configuration */ -#include "controller_teensy.h" #define VENDOR_ID 0xFEED #define PRODUCT_ID 0x6531 diff --git a/converter/terminal_usb/config_122_pjrc.h b/converter/terminal_usb/config_122_pjrc.h index 8a7c86822e..90e5edd313 100644 --- a/converter/terminal_usb/config_122_pjrc.h +++ b/converter/terminal_usb/config_122_pjrc.h @@ -18,8 +18,6 @@ along with this program. If not, see . #ifndef CONFIG_H #define CONFIG_H -/* controller configuration */ -#include "controller_teensy.h" #define VENDOR_ID 0xFEED #define PRODUCT_ID 0x6532 diff --git a/converter/x68k_usb/config_pjrc.h b/converter/x68k_usb/config_pjrc.h index 77e2188a03..b080a76845 100644 --- a/converter/x68k_usb/config_pjrc.h +++ b/converter/x68k_usb/config_pjrc.h @@ -18,8 +18,6 @@ along with this program. If not, see . #ifndef CONFIG_H #define CONFIG_H -/* controller configuration */ -#include "controller_teensy.h" #define VENDOR_ID 0xFEED #define PRODUCT_ID 0x6800 -- cgit v1.2.3