Skip to content

Commit

Permalink
Make LwIP a library; import latest version (2.1.2)
Browse files Browse the repository at this point in the history
CL: Make LwIP a library; import latest version (2.1.2)

PUBLISHED_FROM=fc13eb56d9ad98dec82ca3734c24036df6ec5ded
  • Loading branch information
Deomid Ryabkov authored and cesantabot committed Apr 11, 2019
1 parent 054cc35 commit 81c0544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mgos_freertos.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ enum mgos_init_result mgos_init2(void) {

setvbuf(stdout, NULL, _IOLBF, 256);
setvbuf(stderr, NULL, _IOLBF, 256);
fputs("\n\n", stderr);

if (strcmp(MGOS_APP, "mongoose-os") != 0) {
LOG(LL_INFO, ("%s %s (%s)", MGOS_APP, build_version, build_id));
Expand Down

0 comments on commit 81c0544

Please sign in to comment.