mirror of
https://github.com/rvtr/ctr_firmware.git
synced 2025-10-31 07:51:08 -04:00
FIQはosInitInterruptでは禁止しない。
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@222 b871894f-2f95-9b40-918c-086798483c85
This commit is contained in:
parent
274c428325
commit
906a7c49ee
@ -43,7 +43,7 @@ void osInitInterrupt( void )
|
||||
{
|
||||
isInit = TRUE;
|
||||
|
||||
(void)osDisableIrqAndFiq();
|
||||
(void)osDisableInterrupts();
|
||||
|
||||
i_osInitInterruptTable();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user