mirror of
https://gitee.com/idea4good/GuiLite.git
synced 2025-10-15 18:55:09 +08:00
fix grammer issue
This commit is contained in:
@@ -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 feature:Inject GuiLite Samples to 3D Web
|
||||
## 🔥New feature:Inject GuiLite Samples into 3D Web
|
||||
- 
|
||||
- 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)
|
||||
|
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user