Hamlib/rotators/skywatcher
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 Implement initial skywatcher rotator 2024-08-27 23:41:01 +01:00
Makefile.am Implement initial skywatcher rotator 2024-08-27 23:41:01 +01:00
skywatcher.c Fix sign of error return values 2025-06-07 12:07:44 +02:00
skywatcher.h Update skywatcher.h - Added coordinates for parking position 2025-03-10 08:18:46 +01:00