Skip to content

Commit be90333

Browse files
authored
Merge pull request #291 from v923z/openmv
adds option to override pre-processor constants
2 parents 2ed1699 + cdc1429 commit be90333

File tree

3 files changed

+370
-9
lines changed

3 files changed

+370
-9
lines changed

code/ulab.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
#include "user/user.h"
3939

40-
#define ULAB_VERSION 2.1.2
40+
#define ULAB_VERSION 2.1.3
4141
#define xstr(s) str(s)
4242
#define str(s) #s
4343
#define ULAB_VERSION_STRING xstr(ULAB_VERSION) xstr(-) xstr(ULAB_MAX_DIMS) xstr(D)

0 commit comments

Comments
 (0)