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:
nakasima 2009-02-06 02:27:17 +00:00
parent 29f941562f
commit 0eca3a2683

View File

@ -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 );
}
}