From 38a2dff23491c4b22a8e55ffd6d096a198857c9f Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Wed, 20 Oct 2021 13:45:22 -0400 Subject: more accurate names for deep sleep and shallow sleep modes --- apps/Sensor Watch BME280 Project/app.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/Sensor Watch BME280 Project') diff --git a/apps/Sensor Watch BME280 Project/app.c b/apps/Sensor Watch BME280 Project/app.c index 366ccde9..85439d9b 100644 --- a/apps/Sensor Watch BME280 Project/app.c +++ b/apps/Sensor Watch BME280 Project/app.c @@ -16,8 +16,8 @@ void app_init() { memset(&application_state, 0, sizeof(application_state)); } -void app_wake_from_deep_sleep() { - // This app does not support deep sleep mode. +void app_wake_from_backup() { + // This app does not support BACKUP mode. } void app_setup() { @@ -63,13 +63,13 @@ void app_setup() { /** * Nothing to do here. */ -void app_prepare_for_sleep() { +void app_prepare_for_standby() { } /** * @todo restore the BME280's calibration values from backup memory */ -void app_wake_from_sleep() { +void app_wake_from_standby() { } /** -- cgit v1.2.3