add stm32L053r8 support

add stm32L053r8 support
This commit is contained in:
supowang
2019-09-30 11:37:22 +08:00
parent 446b341232
commit 414dccf119
27 changed files with 5837 additions and 4 deletions

View File

@@ -249,8 +249,8 @@ __STATIC__ void __asciistr2hex(char *in, uint8_t *out, int len) {
}
}
__STATIC__ char incoming_data_buffer[512];
__STATIC__ uint8_t hex_stream[256];
__STATIC__ char incoming_data_buffer[128];
__STATIC__ uint8_t hex_stream[128];
__STATIC__ void rhf76_incoming_data_process(void)
{