-
Notifications
You must be signed in to change notification settings - Fork 3k
Update serial_api.c #270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update serial_api.c #270
Conversation
add UART_3 at pins PB_10 and PB_11
Hello, have you signed the mbed contribution agreement? I am wondering why you have created all those patch branches with just small changes? Why you don't merge them all into one and once it's complete, it gets pushed to the master. Regards, |
ok, well, i dont know how to change more than one file using only one pull Thanks for your great work at Mbed 2014-04-20 10:34 GMT-04:00 Martin Kojtal [email protected]:
|
Add USART3
Just don't make a new branch for every file you change. If you keep it in one branch new changes are automatically included in the pull request. |
Ok. 2014-04-21 3:30 GMT-04:00 Sissors [email protected]:
|
I've to rewrite all changes previously made using only one branch? Thanks 2014-04-21 3:30 GMT-04:00 Sissors [email protected]:
|
Is it for future changes only, thanks. |
Move arg types into function declaration
* Reactivate block device tests * Oops missed some CMake files
add UART_3 at pins PB_10 and PB_11