/* * Copyright (c) 2006-2023, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2019-07-19 Magicoe The first version for LPC55S6x */ #ifndef __DRV_LED_H__ #define __DRV_LED_H__ #include #include int rt_hw_led_init(void); #endif