Skip to content

Commit

Permalink
Merge pull request #19 from shugo/mrbc_convert_crlf
Browse files Browse the repository at this point in the history
Convert LF to CRLF for USB serial communication
  • Loading branch information
hasumikin authored Sep 16, 2021
2 parents 7814478 + 02588a4 commit 7942ae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ add_definitions(
-DMAX_REGS_SIZE=256
-DMAX_SYMBOLS_COUNT=500
-DMAX_VM_COUNT=10
-DMRBC_CONVERT_CRLF
)
if(PRK_NO_MSC)
add_definitions(-DPRK_NO_MSC)
Expand Down
2 changes: 1 addition & 1 deletion lib/picoruby

0 comments on commit 7942ae5

Please sign in to comment.