mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
[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:
committed by
Romain Goyet
parent
d9975c92bb
commit
741eaba19a
4
liba/include/limits.h
Normal file
4
liba/include/limits.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#ifndef LIBA_LIMITS_H
|
||||
#define LIBA_LIMITS_H
|
||||
|
||||
#endif
|
||||
4
liba/include/setjmp.h
Normal file
4
liba/include/setjmp.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#ifndef LIBA_SETJMP_H
|
||||
#define LIBA_SETJMP_H
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user