diff --git a/pel.c b/pel.c index 931e30e..c494877 100644 --- a/pel.c +++ b/pel.c @@ -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)