component/bt: Fix bug of bt dynamic memory

This commit is contained in:
baohongde
2018-03-15 14:36:49 +08:00
parent a58a2b6f6d
commit 3ee5b49575
9 changed files with 146 additions and 2 deletions
@@ -251,5 +251,6 @@ extern UINT8 A2D_BitsSet(UINT8 num);
**
*******************************************************************************/
extern void A2D_Init(void);
extern void A2D_Deinit(void);
#endif ///A2D_INCLUDED
#endif /* A2D_API_H */