tbm-mcu/include/shell/rtc.h

7 lines
245 B
C

#pragma once
struct console;
void shell_date(struct console *con, const char **argv, size_t argc);
void shell_time(struct console *con, const char **argv, size_t argc);
void shell_set_date(struct console *con, const char **argv, size_t argc);