-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
右と左でそれぞれ用意されている関数を一つにまとめる(リファクタリング) (#93)
- Loading branch information
1 parent
5bdf8e3
commit 9863ba3
Showing
4 changed files
with
81 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* rtmouse_main.c | ||
* Raspberry Pi Mouse device driver | ||
* | ||
* Version: 3.3.3 | ||
* Version: 3.3.4 | ||
* | ||
* Copyright (C) 2015-2024 RT Corporation <[email protected]> | ||
* | ||
|
@@ -26,7 +26,7 @@ | |
|
||
MODULE_AUTHOR("RT Corporation"); | ||
MODULE_LICENSE("GPL"); | ||
MODULE_VERSION("3.3.3"); | ||
MODULE_VERSION("3.3.4"); | ||
MODULE_DESCRIPTION("Raspberry Pi Mouse device driver"); | ||
|
||
/* | ||
|