Skip to content

Commit

Permalink
Try fixup of type
Browse files Browse the repository at this point in the history
  • Loading branch information
steadramon committed Sep 2, 2024
1 parent 4e3318a commit 3458bcc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ESPGeiger/src/GRNG/sha256.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
#define HASH_LENGTH 32
#define BLOCK_LENGTH 64

#ifdef ESP8266
#define WRITE_RET_TYPE size_t
#else
#define WRITE_RET_TYPE void
#endif
#define WRITE_RET_TYPE size_t

union _buffer {
uint8_t b[BLOCK_LENGTH];
Expand Down

0 comments on commit 3458bcc

Please sign in to comment.