diff options
Diffstat (limited to 'src/apple.h')
-rw-r--r-- | src/apple.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apple.h b/src/apple.h index 5f38265..3a5bb97 100644 --- a/src/apple.h +++ b/src/apple.h @@ -23,5 +23,5 @@ void AppleOn(); void AppleReset(); -byte ToAppleAscii(char); -byte ToAscii(char);
\ No newline at end of file +//byte ToAppleAscii(char); +//byte ToAscii(char); |