We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae3b38 commit a4815b5Copy full SHA for a4815b5
source/main.c
@@ -80,9 +80,9 @@ int main(int argc, char* argv[]) {
80
while (appletMainLoop()) {
81
printf(
82
"\n\n\n"
83
- "Press: UP/DOWN to change day | LEFT/RIGHT to change hour\n"
84
- " A to confirm time | Y to reset to current time (ntp.org time server)\n"
85
- " | + to quit\n\n\n");
+ "Press: UP/DOWN to change hour | LEFT/RIGHT to change day\n"
+ " A to confirm time | Y to reset to current time (ntp.org time server)\n"
+ " | + to quit\n\n\n");
86
87
int dayChange = 0, hourChange = 0;
88
0 commit comments