]> git.sur5r.net Git - freertos/commit
Changed the use of critical sections to instead use scheduler locking as the BIOS...
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 14 Mar 2009 15:07:06 +0000 (15:07 +0000)
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 14 Mar 2009 15:07:06 +0000 (15:07 +0000)
commitacd18686ea5e1f46d88488c6b8cc2f286d2a86fb
treede80222785cd55c3e294734fbce52ef42cbb7ee2
parente6bcb220dd32ce938000988744dad559e17f832b
Changed the use of critical sections to instead use scheduler locking as the BIOS functions exit with interrupts enabled no matter what the state when the BIOS function was called.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@708 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Demo/PC/FileIO/fileIO.c