diff --git a/nucleo-f412zg/pi/README.md b/nucleo-f412zg/pi/README.md index 2aa867982cac2819a41eb95ca6572cb3726357ae..0ba1ad80a09252d448d1a07d5e269bbae4640220 100644 --- a/nucleo-f412zg/pi/README.md +++ b/nucleo-f412zg/pi/README.md @@ -9,4 +9,4 @@ After re-consulting the data sheet, I changed the calculation variables from `do  -Using the above calculations, this suggests the STM32F412 is running at 1.95 MFLOPS, or 33 clock cycles per iteration. Adding the `-ffast-math` option to `rules.mk` did not change this number. +Using the above calculations, this suggests the STM32F412 is running at 12.79 MFLOPS, or 33 clock cycles per iteration. Adding the `-ffast-math` option to `rules.mk` did not change this number. \ No newline at end of file