From 60b1bf8352800487e34516338c8db450946abd5a Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Tue, 10 Nov 2020 13:08:02 +0100 Subject: gatt_server: fix another missing absolute path --- nrf-softdevice-macro/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nrf-softdevice-macro') diff --git a/nrf-softdevice-macro/src/lib.rs b/nrf-softdevice-macro/src/lib.rs index 7e2a2e5..8ac6a7e 100644 --- a/nrf-softdevice-macro/src/lib.rs +++ b/nrf-softdevice-macro/src/lib.rs @@ -204,7 +204,7 @@ pub fn gatt_server(args: TokenStream, item: TokenStream) -> TokenStream { code_impl.extend(quote_spanned!(ch.span=> fn #notify_fn( &self, - conn: &Connection, + conn: &#ble::Connection, val: #ty, ) -> Result<(), #ble::gatt_server::NotifyValueError> { let buf = #ty_as_val::to_gatt(&val); -- cgit v1.2.3