mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
Merge pull request #783 from authmillenon/fix-at86rf231-followup
drivers : Make at86rf231_switch_to_rx() public to use with transceiver
This commit is contained in:
commit
95e7df7f49
@ -10,8 +10,6 @@ void at86rf231_gpio_spi_interrupts_init(void);
|
||||
void at86rf231_reset(void);
|
||||
uint8_t at86rf231_get_status(void);
|
||||
|
||||
void at86rf231_switch_to_rx(void);
|
||||
|
||||
void at86rf231_spi_select(void);
|
||||
void at86rf231_spi_unselect(void);
|
||||
|
||||
|
||||
@ -48,6 +48,7 @@ radio_address_t at86rf231_get_address(void);
|
||||
uint64_t at86rf231_get_address_long(void);
|
||||
uint64_t at86rf231_set_address_long(uint64_t address);
|
||||
|
||||
void at86rf231_switch_to_rx(void);
|
||||
|
||||
void at86rf231_set_monitor(uint8_t mode);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user