mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-24 15:02:43 +00:00
max32630-fthr: add dummy hal_led implementation
This commit is contained in:
parent
b201873a4c
commit
183c110a67
@ -266,6 +266,15 @@ static hci_transport_config_uart_t config = {
|
|||||||
"max32630fthr",
|
"max32630fthr",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// hal_led.h implementation
|
||||||
|
#include "hal_led.h"
|
||||||
|
void hal_led_off(void){
|
||||||
|
}
|
||||||
|
void hal_led_on(void){
|
||||||
|
}
|
||||||
|
void hal_led_toggle(void){
|
||||||
|
}
|
||||||
|
|
||||||
int bluetooth_main(void)
|
int bluetooth_main(void)
|
||||||
{
|
{
|
||||||
bt_comm_init();
|
bt_comm_init();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user