TencentOS-tiny/platform
David Lin aca963ea8c
Fixed a bug when initalize array
memset(decrypted_text,  0,  sizeof(encrypted_text)); 
->
memset(decrypted_text,  0,  sizeof(decrypted_text));
2020-02-29 20:50:32 +08:00
..
hal fix usart irq handler not in safe area 2020-01-09 23:04:28 +08:00
vendor_bsp Fixed a bug when initalize array 2020-02-29 20:50:32 +08:00