Skip to content

Commit

Permalink
Merge pull request #2 from drashna/patch-2
Browse files Browse the repository at this point in the history
missing underscore in init function declaration
  • Loading branch information
drashna authored Oct 31, 2017
2 parents ea40f20 + 1ca4f19 commit f6cd29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/pointing_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "host.h"
#include "report.h"

void pointingdevice_init(void);
void pointing_device_init(void);
void pointing_device_task(void);
void pointing_device_send(void);
report_mouse_t pointing_device_get_report(void);
Expand Down

0 comments on commit f6cd29e

Please sign in to comment.