From dc8d6f40047cb945225089a880ea1303165e6ac7 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Sat, 20 Jul 2013 12:46:04 +0200 Subject: [PATCH] Forgot to add MILLIS and MICROS to keywords --- PID_v1/keywords.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PID_v1/keywords.txt b/PID_v1/keywords.txt index 6b78e51..3cb776b 100644 --- a/PID_v1/keywords.txt +++ b/PID_v1/keywords.txt @@ -32,4 +32,6 @@ GetDirection KEYWORD2 AUTOMATIC LITERAL1 MANUAL LITERAL1 DIRECT LITERAL1 -REVERSE LITERAL1 \ No newline at end of file +REVERSE LITERAL1 +MILLIS LITERAL1 +MICROS LITERAL1 \ No newline at end of file