Skip to content

Commit

Permalink
removed commented out line
Browse files Browse the repository at this point in the history
  • Loading branch information
st0ff3r committed Mar 24, 2016
1 parent 0368d67 commit 5c1b1c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion user/user_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,6 @@ void impulse_meter_init(void) {
os_strncpy(impulse_meter_serial, sys_cfg.impulse_meter_serial, IMPULSE_METER_SERIAL_LEN);

impulse_meter_energy = atoi(sys_cfg.impulse_meter_energy);
// impulse_meter_energy = string_to_float(sys_cfg.impulse_meter_energy, 2);

impulses_per_kwh = atoi(sys_cfg.impulses_per_kwh);
if (impulses_per_kwh == 0) {
Expand Down

0 comments on commit 5c1b1c9

Please sign in to comment.