Remove RPN_RANGECHECK

Leftover code from ASMotor.

Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
Antonio Niño Díaz
2017-04-16 19:55:00 +01:00
parent ed6e4c4769
commit 729683fb1f
6 changed files with 0 additions and 54 deletions

View File

@@ -45,8 +45,6 @@ enum eRpnData {
RPN_HRAM,
RPN_RANGECHECK,
RPN_CONST = 0x80,
RPN_SYM = 0x81
};