Isaac96 / stm32flash

Automatically exported from code.google.com/p/stm32flash
1 stars 0 forks source link

Typo in checking return value constant of stm32_get_ack_timeout #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have mentioned this typo after analyze compiler warning:
warning: comparison of constant 31 with expression of type 'stm32_err_t' is 
always false [-Wtautological-constant-out-of-range-compare]

Patch attached.

Original issue reported on code.google.com by yuriy.ch...@gmail.com on 24 Feb 2015 at 9:58

Attachments:

GoogleCodeExporter commented 9 years ago
Sorry, I duplicate issue #67, but I have attached path :).

Original comment by yuriy.ch...@gmail.com on 24 Feb 2015 at 10:00

GoogleCodeExporter commented 9 years ago
Thanks a lot! Actually issue 67 is a duplicate of issue 66, which also has a 
patch :)

Original comment by lists.to...@gmail.com on 24 Feb 2015 at 8:51