fix compile error include watchdog and uart configure error

This commit is contained in:
Liu_Weichao
2022-06-08 11:09:50 +08:00
parent c14f2f73e0
commit 80e08450fe
8 changed files with 61 additions and 4 deletions
@@ -86,6 +86,17 @@ static const struct WdtDevDone dev_done =
NONE,
};
/**
* @description: Watchdog function
* @return success: EOK, failure: other
*/
int StartWatchdog(void)
{
//add feed watchdog task function
return EOK;
}
/**
* This function Watchdog initialization
*