mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-04-21 12:27:27 +03:00
tools/: the great removal of atrf_interrupt
- atrf-proxy/PROTOCOL, atrf-proxy/atrf-proxy.c (cmd_zero): removed the POLL command - lib/atben.c (atben_driver): don't export atben_interrupt anymore (we still use it internally) - lib/atnet.c (atnet_interrupt, atnet_driver): removed atnet_interrupt - lib/atusb-common.h (atusb_interrupt), lib/atusb-common.h (atusb_interrupt), lib/atusb-spi.c (atusb_spi_driver), lib/atusb.c (atusb_driver): removed atusb_interrupt - lib/driver.h (struct atrf_driver): removed "interrupt" - include/atrf.h (atrf_interrupt), lib/atrf.c (atrf_interrupt): removed
This commit is contained in:
@@ -436,6 +436,5 @@ struct atrf_driver atben_driver = {
|
||||
.buf_read = atben_buf_read,
|
||||
.sram_write = atben_sram_write,
|
||||
.sram_read = atben_sram_read,
|
||||
.interrupt = atben_interrupt,
|
||||
.interrupt_wait = atben_interrupt_wait,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user