Skip to content

Commit 95316e3

Browse files
import from tuya
1 parent c646d5d commit 95316e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/hal/ln882h/hal_main_ln882h.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ extern void Main_OnEverySecond();
4141

4242
void usr_app_task_entry(void *params)
4343
{
44+
// from tuyaopen
45+
#if PLATFORM_LN882H
46+
*(volatile int*)(0x40012034) = 0x540;
47+
#endif
4448
wifi_manager_init();
4549

4650
int8_t cap_comp = 0;

0 commit comments

Comments
 (0)