changeset 85:6ac1d3de1ae2

Minor cleanup
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Thu, 21 Mar 2013 11:59:11 +0100
parents c03263186dd7
children 9daa5e2e4b11
files FXAnalyse.c
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/FXAnalyse.c	Wed Mar 20 16:36:36 2013 +0100
+++ b/FXAnalyse.c	Thu Mar 21 11:59:11 2013 +0100
@@ -21,11 +21,11 @@
 
 #define DEDRIFT_DDS_FREQUENCY 70000000
 
-// panel handling stuff
-static PanelHandle MainPanel;
-static PanelHandle CalcNPanel;
-static PanelHandle EstimateN3Panel;
-static PanelHandle LoggingPanel;
+// panels
+static int MainPanel;
+static int CalcNPanel;
+static int EstimateN3Panel;
+static int LoggingPanel;
 
 char LogFileName[MAX_PATHNAME_LEN];