]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
syntax error fix
authorPriyadi Iman Nurcahyo <priyadi@priyadi.net>
Sun, 4 Dec 2016 18:22:40 +0000 (01:22 +0700)
committerPriyadi Iman Nurcahyo <priyadi@priyadi.net>
Sun, 4 Dec 2016 18:22:40 +0000 (01:22 +0700)
tmk_core/protocol/ps2_mouse.c

index e3c6974440c489dd95d04b944d8c9fda9bb94ac4..d9ccbecb43a3f7f1848daed5e1093628db51c326 100644 (file)
@@ -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);