mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: configurable
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
a40b21060d
commit
15d5df83b8
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@
|
|||
#include "mcu/interrupts.h"
|
||||
|
||||
bool mcu_state_are_interrupts_enabled(void) {
|
||||
// When this bit is set, all interrupts (of configureable priority) are disabled
|
||||
// When this bit is set, all interrupts (of configurable priority) are disabled
|
||||
return ((__get_PRIMASK() & 0x1) == 0x0);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue