mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/bcusdk: fix definition typo
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 2619c02189)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -6,7 +6,7 @@ Subject: [PATCH] eibd: drop local clock_gettime in USB backends
|
|||||||
clock_gettime is defined locally, and calls pth_int_time, which
|
clock_gettime is defined locally, and calls pth_int_time, which
|
||||||
in turn calls clock_gettime.
|
in turn calls clock_gettime.
|
||||||
The USB backend shouldn't overrule clock_gettime in the first place.
|
The USB backend shouldn't overrule clock_gettime in the first place.
|
||||||
This patch fixes this endless recursion by removing the local defition.
|
This patch fixes this endless recursion by removing the local definition.
|
||||||
|
|
||||||
Signed-off-by: Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be>
|
Signed-off-by: Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be>
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user