From ab01d0c73dd493dbb06c234cb60180fab0ed6f80 Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Fri, 1 Feb 2019 21:02:02 +0200 Subject: [PATCH] delete comment --- targets/stm32l432/src/nfc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/targets/stm32l432/src/nfc.c b/targets/stm32l432/src/nfc.c index fc9ed3c..bfa8a87 100644 --- a/targets/stm32l432/src/nfc.c +++ b/targets/stm32l432/src/nfc.c @@ -68,7 +68,6 @@ bool WTX_off() return true; } - bool ams_wait_for_tx(uint32_t timeout_ms) { uint32_t tstart = millis(); @@ -85,7 +84,6 @@ bool ams_wait_for_tx(uint32_t timeout_ms) return false; } -//bool ams_receive_with_timeout(10, recbuf, sizeof(recbuf), &reclen)) bool ams_receive_with_timeout(uint32_t timeout_ms, uint8_t * data, int maxlen, int *dlen) { uint8_t buf[32];