mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
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:
@@ -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
Reference in New Issue
Block a user