mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 02:09:30 +02:00
Add some required includes
This commit is contained in:
parent
05dc54fe13
commit
f609d54a14
48 changed files with 81 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
|||
#include "led_handler.h"
|
||||
#include "../../datalayer/datalayer.h"
|
||||
#include "../../devboard/hal/hal.h"
|
||||
#include "events.h"
|
||||
#include "value_mapping.h"
|
||||
|
||||
|
@ -27,9 +28,11 @@ bool led_init(void) {
|
|||
|
||||
return true;
|
||||
}
|
||||
|
||||
void led_exe(void) {
|
||||
led->exe();
|
||||
}
|
||||
|
||||
led_color led_get_color() {
|
||||
return led->color;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue