+ brightness

This commit is contained in:
2024-08-01 17:46:50 +08:00
parent 3865c1928d
commit 938611ff84
4 changed files with 51 additions and 16 deletions

View File

@@ -3,6 +3,7 @@
#include <wlan_mgnt.h>
#include <wlan_cfg.h>
#include <wlan_prot.h>
#include <ap3216c.h>
static int board_init(void)
{
@@ -20,7 +21,7 @@ INIT_PREV_EXPORT(prev_init);
static int device_init(void)
{
return 0;
}
INIT_DEVICE_EXPORT(device_init);