alibaba / AliOS-Things

面向IoT领域的、高可伸缩的物联网操作系统,可去官网了解更多信息https://www.aliyun.com/product/aliosthings
Apache License 2.0
4.58k stars 1.14k forks source link

[HUST CSE][play.c]Fix function return value exception #1984

Open Xuhxx opened 1 year ago

Xuhxx commented 1 year ago

函数返回值和类型不匹配

为什么提交这份PR (why to submit this PR) 源文件:solutions/tflite_micro_speech_demo/player/player.c 128行处的player_stop()和140行的player_wait_complete()两个函数中并无返回值,但函数类型为int32,若将该函数值赋予变量时可能会出现bug

你的解决方案是什么 (what is your solution) 在128行和140行处的函数结尾添加返回值return 0

在什么测试环境下测试通过 (what is the test environment) 已通过

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.