Merge pull request #10257 from s-hadinger/bearssl_stage

Fix bearssl compilation for arduino stage
This commit is contained in:
s-hadinger 2020-12-25 23:35:55 +01:00 committed by GitHub
commit 658b596ad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>