mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
syntax error fix
This commit is contained in:
parent
d059624bfb
commit
07d29b7d29
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue