comment: comment out pel_pulse_gen_demo()

This commit is contained in:
Roy_01
2024-11-15 14:17:45 +08:00
parent ab2af93ed8
commit fc52bba19b
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -176,10 +176,10 @@ pel_output_t pel_smaple_and_convt_all(uint32_t measure_out, uint32_t load_mask)
}
#define VERSION_DATE_YEAR 24
#define VERSION_DATE_MONTH 10
#define VERSION_DATE_DAY 8
#define VERSION_DATE_HOUR 12
#define VERSION_DATE_MINUTE 31
#define VERSION_DATE_MONTH 11
#define VERSION_DATE_DAY 15
#define VERSION_DATE_HOUR 14
#define VERSION_DATE_MINUTE 17
static void cis_version(uint8_t *ins, uint16_t size)
{
NRF_LOG_INFO("%s", __FUNCTION__);
+1 -1
View File
@@ -242,7 +242,7 @@ void pel20_io_init(void)
NRF_SPIM3->PSEL.MISO = SPIM_MISO_PIN;
NRF_SPIM3->ENABLE = SPIM_ENABLE_ENABLE_Enabled << SPIM_ENABLE_ENABLE_Pos;
pel_pulse_gen_demo();
//pel_pulse_gen_demo();
}
#endif