From 46a7b94b36b021a7dfaa68644e7d6bf936c1b696 Mon Sep 17 00:00:00 2001 From: "Zachary J. Fields" Date: Fri, 8 Sep 2023 05:16:24 +0000 Subject: [PATCH] fix: astyle --- note.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/note.h b/note.h index 30be9abf..4a1d1e47 100644 --- a/note.h +++ b/note.h @@ -331,7 +331,7 @@ uint32_t NoteBinaryMaxEncodedLength(uint32_t unencodedLength); const char * NoteBinaryReceive(uint8_t *buffer, uint32_t bufLen, uint32_t decodedOffset, uint32_t decodedLen); const char * NoteBinaryReceiveAll(uint8_t *buffer, uint32_t bufLen, - uint32_t *dataLen); + uint32_t *dataLen); const char * NoteBinaryTransmit(uint8_t *unencodedData, uint32_t unencodedLen, uint32_t bufLen, uint32_t notecardOffset); uint32_t NoteSetSTSecs(uint32_t secs);