Fix bearssl compilation for arduino stage

This commit is contained in:
Stephan Hadinger 2020-12-25 23:26:55 +01:00
parent ca00192899
commit 67b3b906aa
1 changed files with 2 additions and 2 deletions

View File

@ -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>