remove TAN define

This commit is contained in:
spookerton
2022-03-31 19:22:42 +01:00
parent 7fd5fd66b8
commit b4c3fe9eeb
2 changed files with 2 additions and 4 deletions
@@ -71,7 +71,7 @@
var/result = null
var/A = get_pin_data(IC_INPUT, 1)
if(!isnull(A))
result = TAN(A)
result = tan(A)
set_pin_data(IC_OUTPUT, 1, result)
push_data()