From a453d3b91e5d947f4706c2c355948eda7a8f15d2 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Thu, 23 Aug 2012 07:53:04 -0400 Subject: initial addition of Main_Rst --- device-functions.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'device-functions.h') diff --git a/device-functions.h b/device-functions.h index 2702753..0688710 100644 --- a/device-functions.h +++ b/device-functions.h @@ -1,5 +1,8 @@ #ifndef DEVICE_FUNCTIONS_H_ #define DEVICE_FUNCTIONS_H_ #include "globals.h" + int Set_frequency(int check_possible_only,int word_override,int range_override,int channel,float set_freq); -#endif \ No newline at end of file +void Main_Rst(void); + +#endif -- cgit