[Kstars-devel] kdeedu/kstars/kstars/indi

Jason Harris kstars at 30doradus.org
Wed Oct 20 06:15:35 CEST 2004


CVS commit by harris: 

Fixing bug #91406.  Some #define values were wrong.  Thanks for the 
report.

BUG: 91406
CCMAIL: kstars-devel at kde.org
 


  M +3 -3      celestronprotocol.h   1.2


--- kdeedu/kstars/kstars/indi/celestronprotocol.h  #1.1:1.2
@@ -50,11 +50,11 @@
 #if REVERSE_NS > 0
 #define NORTH           0
-#define SOUTH           4
+#define SOUTH           3
 #else
-#define NORTH           4
+#define NORTH           3
 #define SOUTH           0
 #endif
 
-#define EAST            3
+#define EAST            2
 #define WEST            1
 




More information about the Kstars-devel mailing list