aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/protocol/ps2_mouse.c
diff options
context:
space:
mode:
authorPriyadi Iman Nurcahyo <priyadi@priyadi.net>2016-12-05 01:22:40 +0700
committerPriyadi Iman Nurcahyo <priyadi@priyadi.net>2016-12-05 01:22:40 +0700
commit07d29b7d29ce13a22f50270ab54d39f80103cc44 (patch)
tree462f9eee2f6ccc511a9556de7664c15953f4b2fa /tmk_core/protocol/ps2_mouse.c
parentd059624bfb32e268ff0972609d7eadbb212fa2d2 (diff)
downloadqmk_firmware-07d29b7d29ce13a22f50270ab54d39f80103cc44.tar.gz
qmk_firmware-07d29b7d29ce13a22f50270ab54d39f80103cc44.zip
syntax error fix
Diffstat (limited to 'tmk_core/protocol/ps2_mouse.c')
-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/>.
28 28
29/* ============================= MACROS ============================ */ 29/* ============================= MACROS ============================ */
30 30
31static report_mouse_t mouse_report = {};./ 31static report_mouse_t mouse_report = {};
32 32
33static inline void ps2_mouse_print_report(report_mouse_t *mouse_report); 33static inline void ps2_mouse_print_report(report_mouse_t *mouse_report);
34static inline void ps2_mouse_convert_report_to_hid(report_mouse_t *mouse_report); 34static inline void ps2_mouse_convert_report_to_hid(report_mouse_t *mouse_report);