summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPriyadi Iman Nurcahyo <priyadi@priyadi.net>2016-12-04 19:22:40 +0100
committerPriyadi Iman Nurcahyo <priyadi@priyadi.net>2016-12-04 19:38:41 +0100
commit236c0408596e525c949abc5a3b3ef8b853c28504 (patch)
treef219477f15d72da09a09ef980f1ffad1d5a59082
parent73073f270b55d939559e8cfd4a7d36e3510ba2f6 (diff)
downloadqmk_firmware-236c0408596e525c949abc5a3b3ef8b853c28504.tar.gz
qmk_firmware-236c0408596e525c949abc5a3b3ef8b853c28504.tar.xz
syntax error fix
-rw-r--r--tmk_core/protocol/ps2_mouse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/ps2_mouse.c b/tmk_core/protocol/ps2_mouse.c
index e3c697444..d9ccbecb4 100644
--- a/tmk_core/protocol/ps2_mouse.c
+++ b/tmk_core/protocol/ps2_mouse.c
@@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* ============================= MACROS ============================ */
-static report_mouse_t mouse_report = {};./
+static report_mouse_t mouse_report = {};
static inline void ps2_mouse_print_report(report_mouse_t *mouse_report);
static inline void ps2_mouse_convert_report_to_hid(report_mouse_t *mouse_report);