Skip to content

Commit

Permalink
Apply to all esp devices
Browse files Browse the repository at this point in the history
  • Loading branch information
steadramon committed Sep 2, 2024
1 parent ea5e934 commit 4e3318a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ESPGeiger/src/GRNG/sha256.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#include <string.h>
#ifdef ESP8266
#include <pgmspace.h>
#else
#include <avr/io.h>
#include <avr/pgmspace.h>
#endif
#include <pgmspace.h>
#include "sha256.h"

uint32_t sha256K[] PROGMEM = {
Expand Down

0 comments on commit 4e3318a

Please sign in to comment.