fix: fix error head file

This commit is contained in:
Roy_01
2025-03-21 14:34:04 +08:00
parent c81bfcf250
commit d374045c8f
2 changed files with 11 additions and 6 deletions
+1 -6
View File
@@ -1,6 +1,6 @@
#include "cpg.h"
#include "cpg11_dev_mode.h"
#include "elite_board.h"
#include "pel.h"
#include "elite_def.h"
@@ -12,11 +12,6 @@
#if (DEF_ELITE_MODEL == DEF_ELITE_CPG_V1_1)
#define VERSION_DATE_YEAR 24
#define VERSION_DATE_MONTH 11
#define VERSION_DATE_DAY 1
#define VERSION_DATE_HOUR 16
#define VERSION_DATE_MINUTE 48
static void cis_version(uint8_t *ins, uint16_t size)
{
NRF_LOG_INFO("%s", __FUNCTION__);
+10
View File
@@ -6,6 +6,16 @@ extern "C"
{
#endif
#include "app_config.h"
#include "elite.h"
#include "elite_board.h"
#define VERSION_DATE_YEAR 25
#define VERSION_DATE_MONTH 3
#define VERSION_DATE_DAY 21
#define VERSION_DATE_HOUR 14
#define VERSION_DATE_MINUTE 34
const elite_instance_t *cpg_init(void);
#ifdef __cplusplus