Skip to content

Commit

Permalink
Disabled reinit of ttyS0 on 918 due to issue #10
Browse files Browse the repository at this point in the history
  • Loading branch information
ttg-public committed Jan 1, 1970
1 parent 44f3f58 commit afe20e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/platforms.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const struct hw_config supported_platforms[] = {
},
.emulate_rtc = true,
.swap_serial = false,
.reinit_ttyS0 = true,
.reinit_ttyS0 = false, //this should be true, however disabled due to https://github.com/RedPill-TTG/redpill-lkm/issues/10
},
};

Expand Down

0 comments on commit afe20e4

Please sign in to comment.