This sample app set and read date/time from the Real-Time Clock. Signed-off-by: Muhammad Waleed Badar <walid.badar@gmail.com>
11 lines
127 B
Text
11 lines
127 B
Text
/*
|
|
* Copyright (c) 2024 STMicroelectronics
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/ {
|
|
aliases {
|
|
rtc = &rtc;
|
|
};
|
|
};
|