Skip to content

Commit

Permalink
fix: astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
zfields committed Sep 8, 2023
1 parent cc3071a commit 46a7b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion note.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 46a7b94

Please sign in to comment.