index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
windows
/
init.c
blob: 78b8738f77badb0d581cf9bd7396be05d3fb527d (
plain
)
1
2
3
4
5
#include
<stdlib.h>
void
init
()
{
putenv
(
"PRINTF_EXPONENT_DIGITS=2"
);
}