Sign in

xiemeng / Optek_sdk_131 · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Network
  • Optek_sdk_131
  • source
  • common
  • app_ver.h
  • Initial code
    7e937523
    luozhesi authored
    2021-05-12 09:32:43 +0800  
    Browse Files »
app_ver.h 224 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
#ifndef _APP_VER_H_
#define _APP_VER_H_

//#define POWER_ON_FIRST_TO_ECO_STANDBY


const char *project_date_get(void);
const char *project_version_get(void);
const char *project_version_iPod_get(void);

#endif //_APP_VER_H_