1. Change the deep sleep stub code to fix wake bug.

This commit is contained in:
xiaxiaotian
2016-09-28 11:52:39 +08:00
parent 103a2a0079
commit ec03c31ec4
3 changed files with 6 additions and 3 deletions

View File

@@ -161,7 +161,7 @@ WAKEUP_REASON rtc_get_wakeup_cause(void);
*
* @param uint32_t start_addr : 0 - 0x7ff for Fast RTC Memory.
*
* @param uint32_t crc_len : 0 - 0x7ff, 0 for 1 byte, 0x7ff for 0x800 byte.
* @param uint32_t crc_len : 0 - 0x7ff, 0 for 4 byte, 0x7ff for 0x2000 byte.
*
* @return uint32_t : CRC32 result
*/