minor formatting

This commit is contained in:
Joseph Poirier 2015-06-16 22:56:37 -05:00
parent 5ab2a6660e
commit e58eac4ae6
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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)