diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:57:30 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:57:30 -0600 |
commit | ad1fc5fc8eadb9b63e8767e57ac41cbac84f7eb7 (patch) | |
tree | c47273eb6595f763c282d33fb89affe1f8866120 /test | |
parent | 9d6927a7d6a543332f828bffedf65eecf6774c6d (diff) | |
download | piklab-ad1fc5fc8eadb9b63e8767e57ac41cbac84f7eb7.tar.gz piklab-ad1fc5fc8eadb9b63e8767e57ac41cbac84f7eb7.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 9d6927a7d6a543332f828bffedf65eecf6774c6d.
Diffstat (limited to 'test')
-rw-r--r-- | test/picc/standalone_test.c | 2 | ||||
-rw-r--r-- | test/picc/test.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/picc/standalone_test.c b/test/picc/standalone_test.c index 4173cf8..ac229a1 100644 --- a/test/picc/standalone_test.c +++ b/test/picc/standalone_test.c @@ -13,7 +13,7 @@ * * Use PICCLITE to compile this program for the PIC16F877. * - * Status: Sept 25, 2003 + * tqStatus: Sept 25, 2003 * Working. The code is pretty brute force and the resolution isn't * what I expected. Need to review calculations for angle vs. accel * (gravity). I determined the zero offsets empirically and hard coded diff --git a/test/picc/test.c b/test/picc/test.c index 5fc2e81..f397459 100644 --- a/test/picc/test.c +++ b/test/picc/test.c @@ -10,7 +10,7 @@ * * Use PICCLITE to compile this program for the PIC16F877. * - * Status: Sept 25, 2003 + * tqStatus: Sept 25, 2003 * Working. The code is pretty brute force and the resolution isn't * what I expected. Need to review calculations for angle vs. accel * (gravity). I determined the zero offsets empirically and hard coded |