Change in simtrace2[master]: minor: use same LED pattern for cardem as other opplications

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/.

laforge gerrit-no-reply at lists.osmocom.org
Sun Apr 4 15:00:58 UTC 2021


Hello tsaitgaist,

I'd like you to do a code review. Please visit

    https://gerrit.osmocom.org/c/simtrace2/+/23608

to review the following change.


Change subject: minor: use same LED pattern for cardem as other opplications
......................................................................

minor: use same LED pattern for cardem as other opplications

Change-Id: I5608c3312b648c0d59f79338ef1f97b6fe08f5b9
---
M firmware/apps/cardem/main.c
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/simtrace2 refs/changes/08/23608/1

diff --git a/firmware/apps/cardem/main.c b/firmware/apps/cardem/main.c
index 3476af2..a30a211 100644
--- a/firmware/apps/cardem/main.c
+++ b/firmware/apps/cardem/main.c
@@ -147,7 +147,8 @@
 	unsigned int i = 0;
 
 	led_init();
-	led_blink(LED_RED, BLINK_3O_5F);
+	led_blink(LED_RED, BLINK_ALWAYS_ON);
+	led_blink(LED_GREEN, BLINK_ALWAYS_ON);
 
 	/* Enable watchdog for 2000ms, with no window */
 	WDT_Enable(WDT, WDT_MR_WDRSTEN | WDT_MR_WDDBGHLT | WDT_MR_WDIDLEHLT |

-- 
To view, visit https://gerrit.osmocom.org/c/simtrace2/+/23608
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: simtrace2
Gerrit-Branch: master
Gerrit-Change-Id: I5608c3312b648c0d59f79338ef1f97b6fe08f5b9
Gerrit-Change-Number: 23608
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: tsaitgaist <kredon at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210404/7871c14b/attachment.htm>


More information about the gerrit-log mailing list