fix grammer issue

This commit is contained in:
idea4good
2019-09-05 16:12:42 +08:00
parent 296db277bf
commit d17a8022a5
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ GuiLite is the smallest GUI library with 5000 lines of code, could run on **all
| --- | --- | --- |
| 24 MHZ | 29 KB | 9 KB |
## 🔥New featureInject GuiLite Samples to 3D Web
## 🔥New featureInject GuiLite Samples into 3D Web
- ![GuiLiteGraphic](doc/GuiLite3D.gif)
- Run GuiLite Samples[(HelloParticle, HelloWave)](https://gitee.com/idea4good/GuiLiteSamples#mcu-demos-hello-star--hello-particle--hello-wave--hello-notouch--hello-mario--hello-3d) on Web and 3D scenario
- [Source code](https://github.com/idea4good/GuiLiteWeb/blob/master/CubeEx/main.js)

View File

@@ -215,7 +215,7 @@ void c_audio::init()
CHECK_ERROR(ret);
//s_audio_event = CreateEventEx(0, 0, 0, EVENT_ALL_ACCESS);
s_audio_event = CreateEvent(0, 0, 0, 0);
s_audio_event = CreateEvent(0, 0, 0, 0);
ret = s_audio_client->SetEventHandle(s_audio_event);
CHECK_ERROR(ret);