[liba] Add empty setjmp.h and limits.h

MicroPython requires them but, in our case, doesn't use them.

Change-Id: Ide003974c71accb1e9cc42f0839f1f64d07b0390
This commit is contained in:
Romain Goyet
2017-07-30 22:15:00 +02:00
committed by Romain Goyet
parent d9975c92bb
commit 741eaba19a
2 changed files with 8 additions and 0 deletions

4
liba/include/limits.h Normal file
View File

@@ -0,0 +1,4 @@
#ifndef LIBA_LIMITS_H
#define LIBA_LIMITS_H
#endif

4
liba/include/setjmp.h Normal file
View File

@@ -0,0 +1,4 @@
#ifndef LIBA_SETJMP_H
#define LIBA_SETJMP_H
#endif