demo: 快速demo版本 v1.0 [IOPH]

This commit is contained in:
Roy_01
2025-02-05 13:40:45 +08:00
parent 21a332a93f
commit bf32c1fb1c
+5 -5
View File
@@ -275,10 +275,10 @@ pel_output_t pel_smaple_and_convt_all(uint32_t measure_out, uint32_t load_mask)
}
#define VERSION_DATE_YEAR 25
#define VERSION_DATE_MONTH 1
#define VERSION_DATE_DAY 23
#define VERSION_DATE_HOUR 16
#define VERSION_DATE_MINUTE 28
#define VERSION_DATE_MONTH 2
#define VERSION_DATE_DAY 5
#define VERSION_DATE_HOUR 13
#define VERSION_DATE_MINUTE 40
static void cis_version(uint8_t *ins, uint16_t size)
{
NRF_LOG_INFO("%s", __FUNCTION__);
@@ -1009,7 +1009,6 @@ void start_sample_and_hold_pulse_task(uint8_t *param)
void stop_sample_and_hold_pulse_task(void)
{
pel_pulse_gen_stop();
event_char_notify_running = false;
}
void dev_mode_sample_and_hold_pulse_task(uint8_t *ins);
@@ -1042,6 +1041,7 @@ void run_sample_and_hold_pulse_scanner_task(uint8_t *param)
/*stop*/
dev_mode_sample_and_hold_pulse_task(stop_ins);
event_char_notify_running = false;
}
void dev_mode_sample_and_hold_pulse_task(uint8_t *ins)