5 lines
84 B
C
5 lines
84 B
C
|
#include "flipper_v2.h"
|
||
|
|
||
|
bool init_flipper_api(void) {
|
||
|
return gpio_api_init();
|
||
|
}
|