fix missing prototype warnings
This commit is contained in:
@@ -71,6 +71,6 @@
|
||||
* the battery voltage has fallen to 2.5 volts, it will have probably less than 10% of its capacity remaining, and
|
||||
* you can expect the voltage to drop relatively quickly as the battery dies.
|
||||
*/
|
||||
bool watch_is_battery_low();
|
||||
bool watch_is_battery_low(void);
|
||||
|
||||
#endif /* WATCH_H_ */
|
||||
Reference in New Issue
Block a user