summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/calypso/calypso_timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/calypso/calypso_timer.c')
-rw-r--r--nuttx/arch/arm/src/calypso/calypso_timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/calypso/calypso_timer.c b/nuttx/arch/arm/src/calypso/calypso_timer.c
index 7ce3f2efd..a4ddcfddc 100644
--- a/nuttx/arch/arm/src/calypso/calypso_timer.c
+++ b/nuttx/arch/arm/src/calypso/calypso_timer.c
@@ -71,7 +71,7 @@ void hwtimer_enable(int num, int on)
uint8_t ctl;
if (num < 1 || num > 2) {
- printf("Unknown timer %u\n", num);
+ printf("Unknown timer %d\n", num);
return;
}