From 136d55a249bb581f7bf6fc7765f1da7c22c8a344 Mon Sep 17 00:00:00 2001 From: tmk Date: Fri, 2 Mar 2018 14:40:21 +0900 Subject: [PATCH] xt_usb: Remove xt_io.h --- tmk_core/protocol/xt.h | 28 +++++++++++++++++++++++++++- tmk_core/protocol/xt_interrupt.c | 8 ++------ tmk_core/protocol/xt_io.h | 29 ----------------------------- 3 files changed, 29 insertions(+), 36 deletions(-) delete mode 100644 tmk_core/protocol/xt_io.h diff --git a/tmk_core/protocol/xt.h b/tmk_core/protocol/xt.h index e689109c..93bc5daf 100644 --- a/tmk_core/protocol/xt.h +++ b/tmk_core/protocol/xt.h @@ -1,5 +1,5 @@ /* -Copyright 2010,2011,2012,2013 Jun WAKO +Copyright 2018 Jun WAKO Copyright 2016 Ethan Apodaca This software is licensed with a Modified BSD License. @@ -39,6 +39,32 @@ POSSIBILITY OF SUCH DAMAGE. #ifndef XT_H #define XT_H +#define XT_DATA_IN() do { \ + XT_DATA_DDR &= ~(1< +Copyright 2018 Jun WAKO +Copyright 2016 Ethan Apodaca This software is licensed with a Modified BSD License. All of this is supposed to be Free Software, Open Source, DFSG-free, @@ -35,16 +36,11 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* - * PS/2 protocol Pin interrupt version - */ - #include #include #include #include "pbuff.h" #include "xt.h" -#include "xt_io.h" #include "wait.h" #include "print.h" diff --git a/tmk_core/protocol/xt_io.h b/tmk_core/protocol/xt_io.h deleted file mode 100644 index 8252e1cf..00000000 --- a/tmk_core/protocol/xt_io.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef XT_IO_H -#define XT_IO_H - -#define XT_DATA_IN() do { \ - XT_DATA_DDR &= ~(1<