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/terminal_usb/config_102_pjrc.h | 2 -- converter/terminal_usb/config_122_pjrc.h | 2 -- 2 files changed, 4 deletions(-) (limited to 'converter/terminal_usb') diff --git a/converter/terminal_usb/config_102_pjrc.h b/converter/terminal_usb/config_102_pjrc.h index 3ddbee3e7..65001a7d1 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 8a7c86822..90e5edd31 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 -- cgit v1.2.3