mirror of
https://github.com/google/pebble.git
synced 2025-11-19 22:11:02 -05:00
spelling: configurable
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -17,6 +17,6 @@
|
|||||||
#include "mcu/interrupts.h"
|
#include "mcu/interrupts.h"
|
||||||
|
|
||||||
bool mcu_state_are_interrupts_enabled(void) {
|
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);
|
return ((__get_PRIMASK() & 0x1) == 0x0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user