Browse Source

gps: remove unneeded comment

sbg
Beat Küng 9 years ago committed by Lorenz Meier
parent
commit
9d0c5469a0
  1. 1
      src/drivers/gps/gps.cpp

1
src/drivers/gps/gps.cpp

@ -248,7 +248,6 @@ GPS::GPS(const char *uart_path, bool fake_gps, bool enable_sat_info, int gps_num @@ -248,7 +248,6 @@ GPS::GPS(const char *uart_path, bool fake_gps, bool enable_sat_info, int gps_num
/* enforce null termination */
_port[sizeof(_port) - 1] = '\0';
/* we need this potentially before it could be set in task_main */
memset(&_report_gps_pos, 0, sizeof(_report_gps_pos));
/* create satellite info data object if requested */

Loading…
Cancel
Save