Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/omega2-pwm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pwm.c b/pwm.c
index fc1e998..930ca61 100644
--- a/pwm.c
+++ b/pwm.c
@@ -102,7 +102,7 @@ uint32_t devmem(uint32_t target, uint8_t size, uint8_t write, uint32_t value)
static void usage(const char *cmd)
{
fprintf(stderr,
- "\nUsage:\t%s pwm <channel> <frequency> [duty]\n",
+ "\nUsage:\t%s <channel> <frequency> [duty]\n",
cmd);
}