root/platform/sx280hs/sub/102b/lib.c

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. camera_jpeg_current_filename
  2. camera_jpeg_count_str
  3. camera_jpeg_current_gps

   1 #include "platform.h"
   2 #include "gps.h"
   3 
   4 char *camera_jpeg_current_filename() {
   5      return (void*)0xE6A18;
   6 }
   7 
   8 char *camera_jpeg_count_str()    { return (char*)0x000e4308; }
   9 
  10 #ifdef CAM_HAS_GPS
  11 char *camera_jpeg_current_gps()
  12 {
  13     static gps_img_data gid;
  14     // a compatible fw struct has not been found yet, returning empty struct
  15     return (void*)&gid;
  16 }
  17 #endif

/* [<][>][^][v][top][bottom][index][help] */