mirror of
https://github.com/rvtr/ctr_firmware.git
synced 2025-06-18 16:55:31 -04:00
VFPデモ改良。
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@256 b871894f-2f95-9b40-918c-086798483c85
This commit is contained in:
parent
29f941562f
commit
0eca3a2683
@ -59,7 +59,7 @@ void proc1(void *arg)
|
||||
// 1回目のみVFP例外発生
|
||||
f0+=f1;
|
||||
// osVSNPrintf は %f 非サポート
|
||||
osPrintf( "Thread1: %f\n", f0 );
|
||||
osPrintf( "Thread1: %d\n", (u32)f0 );
|
||||
osSleepThread( NULL );
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user