Added time RTC library
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**************************************
|
||||
* iceOS Kernel *
|
||||
* VulcanOS Kernel *
|
||||
* Developed by Marco 'icebit' Cetica *
|
||||
* (c) 2019 *
|
||||
* (c) 2019-2021 *
|
||||
* Released under GPLv3 *
|
||||
* https://github.com/ice-bit/iceOS *
|
||||
***************************************/
|
||||
@@ -36,4 +36,4 @@ void insert_ordered_array(type_t item, ordered_array_t *array);
|
||||
type_t lookup_ordered_array(uint32_t i, ordered_array_t *array);
|
||||
void remove_ordered_array(uint32_t i, ordered_array_t *array);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user