Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong counting when flashing #605

Merged
merged 1 commit into from
Jun 17, 2017
Merged

Conversation

kilroy42
Copy link

When flashing STM32F1 models, the counting is off by one (e.g. when flashing 8188 bytes it counts from "0/7 pages written" to "7/7 pages written". This small patch fixes this (1/8 --> 8/8)

@xor-gate xor-gate added this to the v1.3.2 milestone Jun 17, 2017
@xor-gate
Copy link
Member

LGTM, thanks!

@xor-gate xor-gate merged commit 438344a into stlink-org:master Jun 17, 2017
@stlink-org stlink-org locked as resolved and limited conversation to collaborators Apr 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants