mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
Fixing some compile warnings in C++
--HG-- extra : source : 84601b0b128cb508e13a1ae23fd648acc52990c8
This commit is contained in:
@@ -100,7 +100,7 @@ bool SafePWM::IsSafetyEnabled()
|
||||
|
||||
void SafePWM::GetDescription(char *desc)
|
||||
{
|
||||
sprintf(desc, "PWM %ld on module %ld", GetChannel(), GetModuleNumber());
|
||||
sprintf(desc, "PWM %d on module %d", GetChannel(), GetModuleNumber());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user