7 lines
121 B
C
7 lines
121 B
C
#ifndef __MGOS_CONFIG_H
|
|
#define __MGOS_CONFIG_H
|
|
|
|
const char *mgos_sys_config_get_device_id();
|
|
|
|
#endif // __MGOS_CONFIG_H
|