Commit 65f59ed8 authored by Matthieu Cattin's avatar Matthieu Cattin

test31: Change first production date.

parent fcee24fd
......@@ -141,7 +141,7 @@ def main (default_directory='.', offset="0x1000", filename="calibration.sdb"):
BAK_CALIBR_BIN_FILENAME = os.path.join(default_directory, BAK_CALIBR_BIN_FILENAME)
# Check that the manufacturing date is valid
first_prod_date = datetime.datetime(2013, 3, 4)
first_prod_date = datetime.datetime(2013, 2, 20)
diff_date = first_prod_date - ref_date
first_prod_date_min = int(diff_date.total_seconds()//60)
if(mfg_date_min == 0 | mfg_date_min == 0xffffff):
......
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