summaryrefslogtreecommitdiffstats
path: root/keyboard/hhkb_rn42/rn42/rn42_task.h
diff options
context:
space:
mode:
authorNathan Ross Powell <nathanrosspowell@gmail.com>2015-03-18 23:33:42 -0400
committerNathan Ross Powell <nathanrosspowell@gmail.com>2015-03-18 23:33:42 -0400
commit80c4cdb245a3ff55627d40a3a164073b30382def (patch)
treee134969a2fc20979101a7e9e7aa06c1877bf82eb /keyboard/hhkb_rn42/rn42/rn42_task.h
parente7289bb029b28b824eb0ef7be23dba279057d7ac (diff)
parent9c3a95663410a294f2c85ad2d1c016f328730e0b (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'keyboard/hhkb_rn42/rn42/rn42_task.h')
-rw-r--r--keyboard/hhkb_rn42/rn42/rn42_task.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboard/hhkb_rn42/rn42/rn42_task.h b/keyboard/hhkb_rn42/rn42/rn42_task.h
deleted file mode 100644
index 8f6c3ab64d..0000000000
--- a/keyboard/hhkb_rn42/rn42/rn42_task.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef RN42_TASK_H
-#define RN42_TASK_H
-
-#include <stdbool.h>
-#include "rn42.h"
-
-void rn42_task_init(void);
-void rn42_task(void);
-
-#endif