Skip to content

Commit 6e6b26b

Browse files
author
ficeto
committed
add proper headers
1 parent 2b8d55d commit 6e6b26b

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

hardware/esp8266com/esp8266/cores/esp8266/spiffs/spiffs_esp8266.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/****
2+
* Sming Framework Project - Open Source framework for high efficiency native ESP8266 development.
3+
* Created 2015 by Skurydin Alexey
4+
* http://github.com/anakod/Sming
5+
* All files of the Sming Core are provided under the LGPL v3 license.
6+
****/
7+
18
#include "spiffs_esp8266.h"
29
#include "spi_flash.h"
310
#include "esp8266_peri.h"

hardware/esp8266com/esp8266/cores/esp8266/spiffs/spiffs_esp8266.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/****
2+
* Sming Framework Project - Open Source framework for high efficiency native ESP8266 development.
3+
* Created 2015 by Skurydin Alexey
4+
* http://github.com/anakod/Sming
5+
* All files of the Sming Core are provided under the LGPL v3 license.
6+
****/
7+
18
#ifndef SYSTEM_FLASHMEM_H_
29
#define SYSTEM_FLASHMEM_H_
310

0 commit comments

Comments
 (0)