From 72946535f8fc9eab01fef1e422b6faa6c0678820 Mon Sep 17 00:00:00 2001 From: David Michaeli Date: Sun, 1 Oct 2023 23:20:24 +0000 Subject: [PATCH] no change --- .../src/caribou_smi/kernel/smi_stream_dev_gen.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/software/libcariboulite/src/caribou_smi/kernel/smi_stream_dev_gen.h b/software/libcariboulite/src/caribou_smi/kernel/smi_stream_dev_gen.h index b9b127a..dcf6089 100644 --- a/software/libcariboulite/src/caribou_smi/kernel/smi_stream_dev_gen.h +++ b/software/libcariboulite/src/caribou_smi/kernel/smi_stream_dev_gen.h @@ -17,15 +17,15 @@ extern "C" { /* * Time tagging of the module through the 'struct tm' structure - * Date: 2023-09-26 - * Time: 17:27:39 + * Date: 2023-10-01 + * Time: 23:20:12 */ struct tm smi_stream_dev_date_time = { - .tm_sec = 39, - .tm_min = 27, - .tm_hour = 17, - .tm_mday = 26, - .tm_mon = 8, /* +1 */ + .tm_sec = 12, + .tm_min = 20, + .tm_hour = 23, + .tm_mday = 1, + .tm_mon = 9, /* +1 */ .tm_year = 123, /* +1900 */ };