Create time module stub
This commit is contained in:
15
components/time/time.c
Normal file
15
components/time/time.c
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
* Copyright (c) Camden Dixie O'Brien
|
||||
*/
|
||||
|
||||
#include "time.h"
|
||||
|
||||
void time_init(void)
|
||||
{
|
||||
}
|
||||
|
||||
Time time_get(void)
|
||||
{
|
||||
return (Time){ .hour = 13, .minute = 37 };
|
||||
}
|
||||
Reference in New Issue
Block a user