1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

missed rename

This commit is contained in:
Markus Sattler 2015-05-20 19:20:17 +02:00
parent 4b1c99af44
commit 495e21d53e

View File

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