removed a misplaced ';'

This commit is contained in:
Ali H. Fardan 2016-08-28 16:24:19 +03:00
parent 47ddf9382e
commit 24c4134df6

View file

@ -9,7 +9,7 @@
#define BATTERY_FULL "energy_full_design"
/* bar update interval in seconds (smallest value = 1) */
#define UPDATE_INTERVAL 1;
#define UPDATE_INTERVAL 1
/* text to show if no value can be retrieved */
#define UNKNOWN_STR "n/a"