Guo Wenxue
2019-07-05 0ce62b1a2fee1ff6b13b1d0557e5573ce829d709
mqttd/hal/hal.h
@@ -34,6 +34,8 @@
   LED_MAX,
};
int hal_init(hwconf_t *conf);
extern int hal_init(hwconf_t *conf);
extern void turn_relay(int cmd);
extern int turn_led(int which, int cmd);
#endif   /* ----- #ifndef _HAL_H_  ----- */