Skip to content

Commit 53ddf90

Browse files
committed
missed rename
1 parent 8893631 commit 53ddf90

File tree

1 file changed

+1
-1
lines changed
  • hardware/esp8266com/esp8266/libraries/Hash/examples

1 file changed

+1
-1
lines changed

hardware/esp8266com/esp8266/libraries/Hash/examples/sha1.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* simple demo to show sha1 calculation
33
*/
44
#include <Arduino.h>
5-
#include <hash.h>
5+
#include <Hash.h>
66

77
void setup() {
88
Serial.begin(921600);

0 commit comments

Comments
 (0)