6 lines
105 B
C
6 lines
105 B
C
#ifndef FREQUENCY_C
|
|
#define FREQUENCY_C
|
|
void start_frequency_scan(void);
|
|
|
|
uint32_t gPeriod;
|
|
#endif
|