mirror of https://github.com/arendst/Tasmota.git
Merge pull request #10257 from s-hadinger/bearssl_stage
Fix bearssl compilation for arduino stage
This commit is contained in:
commit
658b596ad4
|
@ -5,8 +5,8 @@
|
|||
//#include <sys/pgmspace.h>
|
||||
|
||||
|
||||
#ifndef _PGMSPACE_BEARSSL_H_
|
||||
#define _PGMSPACE_BEARSSL_H_
|
||||
#ifndef _PGMSPACE_H_
|
||||
#define _PGMSPACE_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue