Buildfix for lego and bumping common-packages to 0.23.54 (#780)
* fixing build failure * Bumping common-packages to 0.23.54
This commit is contained in:
parent
7ad5d123a3
commit
9825a90df2
@ -1,9 +1,16 @@
|
|||||||
#ifndef __PXTCORE_H
|
#ifndef __PXTCORE_H
|
||||||
#define __PXTCORE_H
|
#define __PXTCORE_H
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
namespace pxt {
|
namespace pxt {
|
||||||
void dmesg(const char *fmt, ...);
|
void dmesg(const char *fmt, ...);
|
||||||
#define DMESG pxt::dmesg
|
#define DMESG pxt::dmesg
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static inline void itoa(int v, char *dst) {
|
||||||
|
|
||||||
|
snprintf(dst, 30, "%d", v);
|
||||||
|
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
"webfonts-generator": "^0.4.0"
|
"webfonts-generator": "^0.4.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"pxt-common-packages": "0.23.45",
|
"pxt-common-packages": "0.23.54",
|
||||||
"pxt-core": "3.21.7"
|
"pxt-core": "3.21.7"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user