mirror of
https://github.com/google/pebble.git
synced 2025-11-19 14:00:59 -05:00
spelling: definition
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -37,7 +37,7 @@ static const uint32_t FLASH_SPI_CLOCK = RCC_APB2Periph_SPI1;
|
||||
static const SpiPeriphClock FLASH_SPI_CLOCK_PERIPH = SpiPeriphClockAPB2;
|
||||
|
||||
|
||||
/* Pin Defintions */
|
||||
/* Pin Definitions */
|
||||
static const uint32_t FLASH_PIN_SCS = GPIO_Pin_4;
|
||||
static const uint32_t FLASH_PIN_SCLK = GPIO_Pin_5;
|
||||
static const uint32_t FLASH_PIN_MISO = GPIO_Pin_6;
|
||||
|
||||
@@ -50,7 +50,7 @@ typedef struct {
|
||||
//! The battery's percentage as a ratio32
|
||||
uint32_t charge_percent;
|
||||
//! WARNING: This maps to @see battery_charge_controller_thinks_we_are_charging as opposed to
|
||||
//! the user-facing defintion of whether we're charging (100% battery).
|
||||
//! the user-facing definition of whether we're charging (100% battery).
|
||||
bool is_charging;
|
||||
bool is_plugged;
|
||||
} PreciseBatteryChargeState;
|
||||
|
||||
Reference in New Issue
Block a user