浏览代码

syntax error fix

Priyadi Iman Nurcahyo 8 年之前
父节点
当前提交
07d29b7d29
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tmk_core/protocol/ps2_mouse.c

+ 1 - 1
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);