git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@8722 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
53f077dd66
commit
41ebbc4c47
|
@ -270,7 +270,7 @@ void chSysUnconditionalUnlock(void) {
|
||||||
*
|
*
|
||||||
* @xclass
|
* @xclass
|
||||||
*/
|
*/
|
||||||
syssts_t chSysGetStatusAndLockX(void) {
|
syssts_t chSysGetStatusAndLockX(void) {
|
||||||
|
|
||||||
syssts_t sts = port_get_irq_status();
|
syssts_t sts = port_get_irq_status();
|
||||||
if (port_irq_enabled(sts)) {
|
if (port_irq_enabled(sts)) {
|
||||||
|
|
Loading…
Reference in New Issue