/** * @file dev_list.h * @author your name (you@domain.com) * @brief * @version 0.1 * @date 2023-04-05 * * @copyright Copyright (c) 2023 * */ #ifndef __DEV_LIST_H__ #define __DEV_LIST_H__ #include "Ems_object.h" extern eio_object_t *led3; extern eio_object_t *led4; #endif /* __DEV_LIST_H__ */ /* ----------------------------- end of file -------------------------------- */