Skip to content

Commit 495e21d

Browse files
committed
missed rename
1 parent 4b1c99a commit 495e21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)