about summary refs log tree commit diff stats
path: root/baremetal/rpn.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-01-27 19:34:50 -0800
committerKartik Agaram <vc@akkartik.com>2021-01-27 19:54:05 -0800
commitbcb656a7e8eafe5cf9cde4e176cda0c7978464a2 (patch)
treed47af0932d736dca7413333e97838f3663b657d0 /baremetal/rpn.mu
parent4c9587b5f454ac975455fd4635e10491c2069f96 (diff)
downloadmu-bcb656a7e8eafe5cf9cde4e176cda0c7978464a2.tar.gz
7567 - baremetal: shift-key support
Diffstat (limited to 'baremetal/rpn.mu')
-rw-r--r--baremetal/rpn.mu1
1 files changed, 0 insertions, 1 deletions
diff --git a/baremetal/rpn.mu b/baremetal/rpn.mu
index aea6b0fa..30289c11 100644
--- a/baremetal/rpn.mu
+++ b/baremetal/rpn.mu
@@ -1,7 +1,6 @@
 # Integer arithmetic using postfix notation
 #
 # Limitations:
-#   '+' and '*' temporarily not available until the keyboard driver supports the shift key
 #   Division not implemented yet.
 #
 # To build: