Mirtoo update

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4860 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-06-21 20:44:55 +00:00
parent 22b8a95b2b
commit c3316872c5
2 changed files with 278 additions and 274 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ static void pic32mx_uartsetbaud(uintptr_t uart_base, uint32_t baudrate)
if (brg > 65536)
{
/* Nope, too big.. try BRGH=1 */
/* Nope, too big.. try BRGH=0 */
brg = (tmp + 8) >> 4;
mode = PIC32MX_UART_MODECLR_OFFSET;
File diff suppressed because it is too large Load Diff