Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of kbtakira by
Revision 2:afa338bb4424, committed 2018-04-14
- Comitter:
- kenken0721
- Date:
- Sat Apr 14 03:31:00 2018 +0000
- Parent:
- 1:c4fad24c3c2f
- Child:
- 3:34697e4082fc
- Commit message:
Changed in this revision
| kbt.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/kbt.cpp Sun Mar 04 03:26:31 2018 +0000
+++ b/kbt.cpp Sat Apr 14 03:31:00 2018 +0000
@@ -46,7 +46,7 @@
}
int KBT::stick(int num){
- return Stick[num];
+ return Stick[num - 14];
}
void KBT::bitcheck(){
