minor formatting
This commit is contained in:
parent
5ab2a6660e
commit
e58eac4ae6
3
Makefile
3
Makefile
|
@ -2,7 +2,8 @@ CC=gcc
|
||||||
|
|
||||||
|
|
||||||
# Use $ xxd -i ./LICENSE > LICENSE.h
|
# Use $ xxd -i ./LICENSE > LICENSE.h
|
||||||
# to create the license info file, remember to add a null character to the end.
|
# to create the license info file. Should be signed char, add a
|
||||||
|
# null character to the end of the array.
|
||||||
|
|
||||||
# -O3 -g
|
# -O3 -g
|
||||||
# -std=gnu11
|
# -std=gnu11
|
||||||
|
|
1
picoc.c
1
picoc.c
|
@ -15,7 +15,6 @@
|
||||||
#include "LICENSE.h"
|
#include "LICENSE.h"
|
||||||
|
|
||||||
/* Override via STACKSIZE environment variable */
|
/* Override via STACKSIZE environment variable */
|
||||||
/* stack space */
|
|
||||||
#define PICOC_STACK_SIZE (128000*4)
|
#define PICOC_STACK_SIZE (128000*4)
|
||||||
|
|
||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
|
|
Loading…
Reference in a new issue