1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cortexm_common: drop TODO about Cortex-M4F FPU

This should have been dropped in 06f0c14460
This commit is contained in:
Benjamin Valentin 2023-10-30 13:08:12 +01:00
parent d29a0f716e
commit 7293e43167

View File

@ -82,9 +82,6 @@
* | R8 | <- lowest address (top of stack)
* --------
*
* TODO: Implement handling of FPU registers for Cortex-M4 CPUs
*
*
* @author Stefan Pfeiffer <stefan.pfeiffer@fu-berlin.de>
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>