diff options
Diffstat (limited to 'src/mm-serial.c')
-rw-r--r-- | src/mm-serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-serial.c b/src/mm-serial.c index 353c5af5..103ef7f7 100644 --- a/src/mm-serial.c +++ b/src/mm-serial.c @@ -387,7 +387,7 @@ mm_serial_timed_out (gpointer data) "Serial command timed out"); /* FIXME: This is not completely correct - if the response finally arrives and there's some other command waiting for response right now, the other command will - get the output of the timed out command. Maybe flashing would help here? */ + get the output of the timed out command. Not sure what to do here. */ mm_serial_got_response (self, error); return FALSE; |