From fcd143f0be30669d7118a11100fc754a2d4afa76 Mon Sep 17 00:00:00 2001 From: "matthias.ringwald" Date: Tue, 31 May 2011 21:47:35 +0000 Subject: [PATCH] renamed hci_transport_t instance getter --- src/hci_transport_h4_dma.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hci_transport_h4_dma.c b/src/hci_transport_h4_dma.c index 874833cc2..033590a8f 100644 --- a/src/hci_transport_h4_dma.c +++ b/src/hci_transport_h4_dma.c @@ -30,7 +30,7 @@ */ /* - * hci_h4_transport_msp430.c + * hci_h4_transport_dma.c * * HCI Transport implementation for basic H4 protocol for blocking UART write and IRQ-driven blockwise RX * @@ -212,7 +212,7 @@ static void dummy_handler(uint8_t packet_type, uint8_t *packet, uint16_t size){ } // get h4 singleton -hci_transport_t * hci_transport_h4_instance() { +hci_transport_t * hci_transport_h4_dma_instance() { if (hci_transport_h4 == NULL) { hci_transport_h4 = malloc(sizeof(hci_transport_h4_t)); hci_transport_h4->ds = NULL;