mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 02:11:15 +03:00
Wunused-variable: fix several warnings
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
@ -44,8 +44,6 @@ sig_handler(int signo)
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
float voltage = 0;
|
||||
|
||||
std::cout << "SmartDrive demo is starting. Please make sure drive is connected to board" << std::endl;
|
||||
sleep(2); //Wait for 2 seconds in case you want to fix your h/w setup
|
||||
|
||||
|
Reference in New Issue
Block a user