Skip to content

Commit

Permalink
removed upper() in script
Browse files Browse the repository at this point in the history
  • Loading branch information
niekiran committed May 23, 2018
1 parent 3639e6d commit f7b03c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Docs/Course_PPT.pptx
Binary file not shown.
2 changes: 1 addition & 1 deletion SourceCode/HOST/python/STM32_Programmer_V1.py
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ def read_bootloader_reply(command_code):
#----------------------------- Ask Menu implementation----------------------------------------


name = input("Enter the Port Name of your device(Ex: COM3):").upper()
name = input("Enter the Port Name of your device(Ex: COM3):")
ret = 0
ret=Serial_Port_Configuration(name)
if(ret < 0):
Expand Down

0 comments on commit f7b03c4

Please sign in to comment.