Skip to content

Commit 4239cb6

Browse files
committed
consistency: fix spelling
1 parent dc41c67 commit 4239cb6

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

main/power/ip5306.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ip5306 PMU implmentation
1+
// ip5306 PMU implementation
22
//
33
#include "power/i2c.inc"
44
#include <esp_sleep.h>

main/power/jadev10.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jade v1.0 implmentation
1+
// Jade v1.0 implementation
22
//
33
#include "power/i2c.inc"
44
#include <driver/gpio.h>

main/power/jadev11.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jade v1.1 implmentation
1+
// Jade v1.1 implementation
22
//
33
#include "power/i2c.inc"
44
#include <esp_private/adc_share_hw_ctrl.h>

main/power/m5stackcores3.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// M5StackCores3 implmentation
1+
// M5StackCores3 implementation
22
// M5 Core S3 has AXP2101
33
//
44
#include "power/i2c.inc"

main/power/m5stickcplus.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// M5StickCPlus implmentation - also uses AXP192 but configured
1+
// M5StickCPlus implementation - also uses AXP192 but configured
22
// differently from Jade v1.x
33
// NOTE: also handles M5StackCore2 as similar enough ...
44
//

main/power/m5stickcplus2.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// M5StickCPlus implmentation - uses IP5303 Power PMU
1+
// M5StickCPlus implementation - uses IP5303 Power PMU
22
//
33
#include <driver/gpio.h>
44
#include <esp_adc/adc_oneshot.h>

main/power/minimal.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// No-op/minimal implmentation for devices with no power-management chip
1+
// No-op/minimal implementation for devices with no power-management chip
22
//
33
#include <esp_sleep.h>
44

main/power/twatchs3.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// twatchs3 implmentation
1+
// twatchs3 implementation
22
// twatchs3 has AXP2101
33
//
44
#include "power/i2c.inc"

0 commit comments

Comments
 (0)