Changeset 15b6715 in mainline
- Timestamp:
- 2014-09-09T20:29:16Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4bd820f
- Parents:
- 24c394b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/fpu_context.c
r24c394b 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.