Change in osmo-ccid-firmware[master]: WIP: enable timers

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Hoernchen gerrit-no-reply at lists.osmocom.org
Tue Feb 11 10:41:56 UTC 2020


Hoernchen has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/17122 )


Change subject: WIP: enable timers
......................................................................

WIP: enable timers

Timers are currently broken due to the wrong return value, and they are
completely untested due to the octsims broken sim emu feature.

Change-Id: Ib96fc5b5172c9ab9870c33545702368526d5a835
---
M sysmoOCTSIM/cuart_driver_asf4_usart_async.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware refs/changes/22/17122/1

diff --git a/sysmoOCTSIM/cuart_driver_asf4_usart_async.c b/sysmoOCTSIM/cuart_driver_asf4_usart_async.c
index 87f5123..0e83385 100644
--- a/sysmoOCTSIM/cuart_driver_asf4_usart_async.c
+++ b/sysmoOCTSIM/cuart_driver_asf4_usart_async.c
@@ -419,7 +419,7 @@
 		return 20e6 / ncn8025_div_val[settings.clkdiv];
 		break;
 	default:
-		return -EINVAL;
+		return 0;
 	}
 	return 0;
 }

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/17122
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-Change-Id: Ib96fc5b5172c9ab9870c33545702368526d5a835
Gerrit-Change-Number: 17122
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen <ewild at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200211/be2a2558/attachment.htm>


More information about the gerrit-log mailing list