diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-23 07:53:04 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-23 07:53:04 -0400 |
commit | a453d3b91e5d947f4706c2c355948eda7a8f15d2 (patch) | |
tree | 19d34bde5d6eadfa7521ff179d3147bc875480c0 /device-functions.h | |
parent | 923edbae71bfe8bb465f017de119e2a3f1fbd1e2 (diff) |
initial addition of Main_Rst
Diffstat (limited to 'device-functions.h')
-rw-r--r-- | device-functions.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 |