root/platform/sx170is/sub/capt_seq_hdr.c

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "lolevel.h"
   2 #include "platform.h"
   3 #include "core.h"
   4 
   5 #define NR_AUTO (0)                 // have to explictly reset value back to 0 to enable auto
   6 static long *nrflag = (long*)(0xA8F8+0xC); // sx170is 100a Found @ 0xffa2feb4 (0xA8F8) & 0xffa2feb8 (+0xC)
   7 //#define PAUSE_FOR_FILE_COUNTER 350  // Enable delay in capt_seq_hook_raw_here to ensure file counter is updated
   8 
   9 #include "../../../generic/capt_seq.c"

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