API HAL: takeover i2c initialization and abstraction. Update I2C drivers to match new api. Back port API HAL to bootloader and enable light support for F5. (#356)
Co-authored-by: coreglitch <mail@s3f.ru>
This commit is contained in:
6
bootloader/targets/f5/api-hal/api-hal.c
Normal file
6
bootloader/targets/f5/api-hal/api-hal.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <api-hal.h>
|
||||
|
||||
void api_hal_init() {
|
||||
api_hal_i2c_init();
|
||||
api_hal_light_init();
|
||||
}
|
Reference in New Issue
Block a user