Added max2837_rx() function.
This commit is contained in:
@ -192,6 +192,14 @@ void max2837_tx(void)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void max2837_rx(void)
|
||||||
|
{
|
||||||
|
LOG("# max2837_rx\n");
|
||||||
|
#if !defined TEST
|
||||||
|
gpio_set(PORT_XCVR_ENABLE, PIN_XCVR_RXENABLE);
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
void max2837_stop(void)
|
void max2837_stop(void)
|
||||||
{
|
{
|
||||||
LOG("# max2837_stop\n");
|
LOG("# max2837_stop\n");
|
||||||
|
@ -42,5 +42,6 @@ extern void max2837_stop(void);
|
|||||||
extern void max2837_set_frequency(uint32_t freq);
|
extern void max2837_set_frequency(uint32_t freq);
|
||||||
|
|
||||||
extern void max2837_tx(void);
|
extern void max2837_tx(void);
|
||||||
|
extern void max2837_rx(void);
|
||||||
|
|
||||||
#endif // __MAX2837_H
|
#endif // __MAX2837_H
|
||||||
|
Reference in New Issue
Block a user