Use the button HAL for all CC13xx/CC26xx devices
This commit is contained in:
parent
8ac1cf92ce
commit
1dcb8426d6
@ -68,6 +68,7 @@
|
||||
#include "lib/sensors.h"
|
||||
#include "button-sensor.h"
|
||||
#include "dev/serial-line.h"
|
||||
#include "dev/button-hal.h"
|
||||
#include "net/mac/framer/frame802154.h"
|
||||
#include "board-peripherals.h"
|
||||
|
||||
@ -195,6 +196,9 @@ platform_init_stage_two()
|
||||
#else
|
||||
ieee_addr_cpy_to(linkaddr_node_addr.u8, LINKADDR_SIZE);
|
||||
#endif
|
||||
|
||||
button_hal_init();
|
||||
|
||||
fade(LEDS_GREEN);
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
Loading…
Reference in New Issue
Block a user