Changes in kernel/arch/arm32/src/fpu_context.c [5c4356b:15b6715] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/fpu_context.c
r5c4356b r15b6715 189 189 return; 190 190 } 191 switch (FPSID_SUBACHITECTURE(fpsid)) 192 { 191 switch (FPSID_SUBACHITECTURE(fpsid)) { 193 192 case FPU_VFPv1: 194 193 printf("Detected VFPv1\n");
Note:
See TracChangeset
for help on using the changeset viewer.