mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 00:33:09 +00:00
5 lines
84 B
C
5 lines
84 B
C
|
#include "flipper_v2.h"
|
||
|
|
||
|
bool init_flipper_api(void) {
|
||
|
return gpio_api_init();
|
||
|
}
|