Skip to content

Commit

Permalink
fix a typo in build all script
Browse files Browse the repository at this point in the history
  • Loading branch information
idank committed Aug 18, 2024
1 parent 27d9b73 commit b611a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions users/idank/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ ifeq ($(strip $(POINTING_DEVICE)), trackball_cirque35)
POINTING_DEVICE_DRIVER = cirque_pinnacle_i2c
endif

MSG_POINTING_DEVICE = trackball (left), cirque35 touchpad (right); built for side = $(SIDE)$
MSG_POINTING_DEVICE = trackball (left), cirque35 touchpad (right); built for side = $(SIDE)
MSG_MASTER_SIDE = right
endif

Expand Down Expand Up @@ -159,7 +159,7 @@ ifeq ($(strip $(POINTING_DEVICE)), trackball_cirque40)
POINTING_DEVICE_DRIVER = cirque_pinnacle_i2c
endif

MSG_POINTING_DEVICE = trackball (left), cirque40 touchpad (right); built for side = $(SIDE)$
MSG_POINTING_DEVICE = trackball (left), cirque40 touchpad (right); built for side = $(SIDE)
MSG_MASTER_SIDE = right
endif

Expand Down

0 comments on commit b611a9e

Please sign in to comment.