Wiznet / WIZ550S2E

Serial to Ethernet Module based on W5500 & Cortex-M0
https://docs.wiznet.io/Product/S2E-Module/WIZ550S2E
11 stars 10 forks source link

Update uart_11xx.c #25

Open MicroframeDev1 opened 6 years ago

MicroframeDev1 commented 6 years ago

Fixes following warning: ../src/uart_11xx.c:267:7: warning: 'mval' may be used uninitialized in this function [-Wmaybe-uninitialized]

I don't know this code. [mval = rate16;] is only a guess.