Files
Upsilon/liba/include/limits.h
Romain Goyet 741eaba19a [liba] Add empty setjmp.h and limits.h
MicroPython requires them but, in our case, doesn't use them.

Change-Id: Ide003974c71accb1e9cc42f0839f1f64d07b0390
2017-08-04 17:56:23 +02:00

5 lines
52 B
C

#ifndef LIBA_LIMITS_H
#define LIBA_LIMITS_H
#endif