1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

missed rename

This commit is contained in:
Markus Sattler
2015-05-20 19:20:17 +02:00
parent 8893631d25
commit 53ddf9073d

View File

@ -2,7 +2,7 @@
* simple demo to show sha1 calculation
*/
#include <Arduino.h>
#include <hash.h>
#include <Hash.h>
void setup() {
Serial.begin(921600);