/****************************************************************************************
 * @file bsp_adapter_port_led.h
 * @brief Platform registration entry for the LED BSP implementation.
 ****************************************************************************************/
#ifndef BSP_ADAPTER_PORT_LED_H
#define BSP_ADAPTER_PORT_LED_H

void drv_adapter_led_register(void);

#endif
