Commit 8a1b5f08 authored by 957dd's avatar 957dd

Update serial.c

parent 07e6627a
......@@ -75,7 +75,7 @@ void serial_Receive_2()
void serial_Receive_1()
{
unsigned char buffer[3];
unsigned char buffer[256];
while(1)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment