spelling: light

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:57:42 -05:00
parent 9a74f51086
commit efb437bff4
5 changed files with 5 additions and 5 deletions

View file

@ -46,7 +46,7 @@ AlgDlsMinuteData *activity_sample_2015_09_30_23_04_00(int *len) {
//> TEST_IN_DEEP_SLEEP_MAX 0 //> TEST_IN_DEEP_SLEEP_MAX 0
//> TEST_WEIGHT 1.0 //> TEST_WEIGHT 1.0
// list of: {steps, orientation, vmc, ligh} // list of: {steps, orientation, vmc, light}
static AlgDlsMinuteData samples[] = { static AlgDlsMinuteData samples[] = {
{ 11, 0x56, 990, 0x0}, { 11, 0x56, 990, 0x0},
{ 0, 0x47, 261, 0x0}, { 0, 0x47, 261, 0x0},

View file

@ -46,7 +46,7 @@ AlgDlsMinuteData *activity_sample_2015_10_08_18_58_01(int *len) {
//> TEST_IN_DEEP_SLEEP_MAX 0 //> TEST_IN_DEEP_SLEEP_MAX 0
//> TEST_WEIGHT 1.0 //> TEST_WEIGHT 1.0
// list of: {steps, orientation, vmc, ligh} // list of: {steps, orientation, vmc, light}
static AlgDlsMinuteData samples[] = { static AlgDlsMinuteData samples[] = {
{ 0, 0x55, 148, 0x0}, { 0, 0x55, 148, 0x0},
{ 8, 0x55, 374, 0x0}, { 8, 0x55, 374, 0x0},

View file

@ -46,7 +46,7 @@ AlgDlsMinuteData *activity_sample_2015_10_08_12_35_00(int *len) {
//> TEST_IN_DEEP_SLEEP_MAX 0 //> TEST_IN_DEEP_SLEEP_MAX 0
//> TEST_WEIGHT 1.0 //> TEST_WEIGHT 1.0
// list of: {steps, orientation, vmc, ligh} // list of: {steps, orientation, vmc, light}
static AlgDlsMinuteData samples[] = { static AlgDlsMinuteData samples[] = {
{ 0, 0x0, 0, 0x2}, { 0, 0x0, 0, 0x2},
{ 9, 0x7d, 1496, 0x0}, { 9, 0x7d, 1496, 0x0},

View file

@ -43,7 +43,7 @@ AlgDlsMinuteData *activity_sample_2015_10_07_14_39_00(int *len) {
//> TEST_IN_DEEP_SLEEP_MAX 0 //> TEST_IN_DEEP_SLEEP_MAX 0
//> TEST_WEIGHT 1.0 //> TEST_WEIGHT 1.0
// list of: {steps, orientation, vmc, ligh} // list of: {steps, orientation, vmc, light}
static AlgDlsMinuteData samples[] = { static AlgDlsMinuteData samples[] = {
{ 0, 0x72, 1836, 0x0}, { 0, 0x72, 1836, 0x0},
{ 71, 0x5f, 4438, 0x0}, { 71, 0x5f, 4438, 0x0},

View file

@ -505,7 +505,7 @@ class ParseMinuteStatsFile(object):
print(" // The unit tests parse the //> TEST_.* lines below for test values") print(" // The unit tests parse the //> TEST_.* lines below for test values")
print(" //> TEST_NAME %s" % (self.sample_prefix)) print(" //> TEST_NAME %s" % (self.sample_prefix))
print(SLEEP_DEFAULT_EXPECTED_TEXT) print(SLEEP_DEFAULT_EXPECTED_TEXT)
print(" // list of: {steps, orientation, vmc, ligh}") print(" // list of: {steps, orientation, vmc, light}")
print(" static AlgDlsMinuteData samples[] = {") print(" static AlgDlsMinuteData samples[] = {")
else: else: