From 88f021ee34305052ec5c2806f1291ee38aba4166 Mon Sep 17 00:00:00 2001 From: Kenneth Johansson Date: Mon, 11 Jul 2016 17:05:26 +0200 Subject: [PATCH] Update feed [ feed_inteno_packages ] package [ peripheral_manager ] ------------------------------------------------------------------------------- * dfcf187 Do not try to set flash state to led panel leds. ------------------------------------------------------------------------------- commit dfcf187cf3961841dee750371d3999d23297b74c Author: Kenneth Johansson Date: 2016-07-11 17:04:50 +0200 Do not try to set flash state to led panel leds. Ask driver if it supports hardware flash if not do not set it. This to avoid a printout from the actual driver that complain it can't set this state. refs #9720 Base directory -> / src/led.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) ------------------------------------------------------------------------------- --- peripheral_manager/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peripheral_manager/Makefile b/peripheral_manager/Makefile index 6c14d13a4..19e9a1604 100644 --- a/peripheral_manager/Makefile +++ b/peripheral_manager/Makefile @@ -12,7 +12,7 @@ PKG_NAME:=peripheral_manager PKG_VERSION:=1.0.0 PKG_RELEASE:=1 -PKG_SOURCE_VERSION:=71c89213516c735b6c12d0e8c17a5bd75333421c +PKG_SOURCE_VERSION:=dfcf187cf3961841dee750371d3999d23297b74c PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://public.inteno.se/peripheral_manager