Skip to content

Commit

Permalink
fixed typo and added vim temp files to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
plieningerweb committed May 2, 2015
1 parent 8e6b54d commit 54a2044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.swp
*.swo
*.swn
firmware/*
build/*
2 changes: 1 addition & 1 deletion user/user_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ static void ICACHE_FLASH_ATTR loop(os_event_t *events)
}

//write example output to softuart 1
Softuart_Puts(&softuart,"eins");
Softuart_Puts(&softuart,"one");

//check if character is available at second uart
if(Softuart_Available(&softuart2)) {
Expand Down

0 comments on commit 54a2044

Please sign in to comment.