Commit d540ccbb authored by Miguel Gómez Sexto's avatar Miguel Gómez Sexto

Checking that a board is gotten in the lib test

Signed-off-by: Miguel Gómez Sexto's avatarMiguel Gomez <magomez@igalia.com>
parent ccd742da
......@@ -10,6 +10,10 @@ int main(int argc, char **argv)
uint32_t set, get;
b = tdc_open(1);
if (!b) {
printf("Unable to open device with lun 1");
exit(1);
}
/* set/get UTC time */
set = 123;
......
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