Commit 1b872dd5 authored by Omar Gabella's avatar Omar Gabella

skip t24p calibration

parent 09429553
Pipeline #4041 failed with stages
......@@ -263,7 +263,9 @@ int calib_t24p(int mode, uint32_t *value)
int ret;
if (mode == WRC_MODE_SLAVE)
#ifdef BROADCAST_NODE
#ifdef BROADCAST
/* BROADCAST_NODE -> OK
* BROADCAST_BASE -> TO TEST */
ret = 0;
#else
ret = calib_t24p_slave(value);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment