Telescope Control Library

Dependents:   PushToGo-F429

Revision:
10:e356188d208e
Parent:
0:6cb2eaf8b133
--- a/TelescopeConfiguration.h	Mon Sep 10 02:41:05 2018 -0400
+++ b/TelescopeConfiguration.h	Fri Sep 14 01:30:55 2018 -0400
@@ -10,9 +10,6 @@
 
 #include <stdio.h>
 #include <string.h>
-
-class TelescopeConfiguration;
-
 #include "CelestialMath.h"
 #include "EqMountServer.h"
 
@@ -39,6 +36,11 @@
 	DataValue max;bool extra;
 };
 
+class EqMountServer;
+
+/**
+ * Global telescope configuration storage class
+ */
 class TelescopeConfiguration
 {
 public: