flipper_v2.c 84 B

12345
  1. #include "flipper_v2.h"
  2. bool init_flipper_api(void) {
  3. return gpio_api_init();
  4. }