summaryrefslogtreecommitdiff
path: root/device-functions.h
blob: 0688710efc2409e06427aee5cfe36f63394f4381 (plain)
1
2
3
4
5
6
7
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);
void Main_Rst(void);

#endif