about summary refs log tree commit diff stats
path: root/baremetal/rpn.mu
diff options
context:
space:
mode:
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: