From cf7ba028311f3d39ffae9d24d6ad342673bae543 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Thu, 10 May 2012 12:11:33 +0200 Subject: [PATCH 1/1] picoproj: fix a typo We have no am7xxx_get_info(), maybe this is a leftover of some older unreleased API version. --- examples/picoproj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/picoproj.c b/examples/picoproj.c index e18cc7d..79927c2 100644 --- a/examples/picoproj.c +++ b/examples/picoproj.c @@ -197,7 +197,7 @@ int main(int argc, char *argv[]) ret = am7xxx_get_device_info(dev, &device_info); if (ret < 0) { - perror("am7xxx_get_info"); + perror("am7xxx_get_device_info"); exit_code = EXIT_FAILURE; goto cleanup; } -- 2.1.4