Skip to content

Commit 2e90b20

Browse files
committed
fix merge conflict in README
1 parent a2bc6ac commit 2e90b20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,14 @@ optional arguments:
3535
Generate projects files for IDE. Options are: vscode
3636
-r, --runFromRAM Run the program from RAM rather than flash
3737
-uart, --uart Console output to UART (default)
38+
<<<<<<< HEAD
3839
-nouart, --nouart Disable console output to UART
3940
-usb, --usb Console output to USB (disables other USB functionality)
4041
cpp, --cpp Generate C++ code
4142
-d DEBUGGER, --debugger DEBUGGER Select debugger (0 = SWD, 1 = PicoProbe)
43+
=======
44+
-usb, --usb Console output to USB (disables other USB functionality
45+
>>>>>>> 5ba387a (update README help with new option)
4246
```
4347
You can list the features supported by the tools by using `./pico_project --list`. These features can
4448
be added to the project using the `--feature` options, this can be used multiple times.

0 commit comments

Comments
 (0)