aboutsummaryrefslogtreecommitdiff
path: root/include/06.keyboard/keyboard17.c
diff options
context:
space:
mode:
Diffstat (limited to 'include/06.keyboard/keyboard17.c')
-rw-r--r--include/06.keyboard/keyboard17.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/06.keyboard/keyboard17.c b/include/06.keyboard/keyboard17.c
index 171088f..e82af45 100644
--- a/include/06.keyboard/keyboard17.c
+++ b/include/06.keyboard/keyboard17.c
@@ -15,11 +15,3 @@
{
c=shift_charcode[keycode];
}
- if(buffer_index<BUFFER_SIZE)
- {
- buffer[buffer_current][buffer_index++]=c;
- printf("%c",c);
- }
- }
- break;
- }