Hamlib/rotators/grbltrk
Daniele Forsi IU5HKX 10180a6dc2 Fix sign of error return values
All RIG_E* constants should be negated when returned or compared.

Fixed with:
perl -pe 's/return RIG_E/return -RIG_E/' -i $(grep -lEr "return RIG_E" --include=*.{c,h})
perl -pe 's/= RIG_E/= -RIG_E/g' -i $(grep -lEr "= RIG_E" --include=*.{c,h})
2025-06-07 12:07:44 +02:00
..
Android.mk add new rotator grbltrk 2022-05-17 13:23:44 +08:00
Makefile.am add new rotator grbltrk 2022-05-17 13:23:44 +08:00
README.txt Update informatino for GRBLTRK rotor 2022-05-17 09:10:40 -05:00
grbltrk.c Fix sign of error return values 2025-06-07 12:07:44 +02:00

README.txt

More information at
https://github.com/wuxx/AntRunner