Commit 901d25ad authored by Felix Paul Kühne's avatar Felix Paul Kühne

unimotion: fix warning

parent 496c2575
...@@ -35,7 +35,7 @@ enum sms_hardware { ...@@ -35,7 +35,7 @@ enum sms_hardware {
// prototypes for the functions in unimotion.c // prototypes for the functions in unimotion.c
// returns the value of SMS hardware present or unknown if no hardware is detected // returns the value of SMS hardware present or unknown if no hardware is detected
int detect_sms(); int detect_sms(void);
// use the value returned from detect_sms as the type // use the value returned from detect_sms as the type
// these functinos return 1 on success and 0 on failure // these functinos return 1 on success and 0 on failure
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment