mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
(ds1307_set_time): Fix broken prototype.
This commit is contained in:
@@ -171,7 +171,7 @@ ds1307_get_time(int minor, rtems_time_of_day *time)
|
|||||||
* -1, if error occured
|
* -1, if error occured
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
ds1307_set_time(int minor, rtems_time_of_day *time)
|
ds1307_set_time(int minor, const rtems_time_of_day *time)
|
||||||
{
|
{
|
||||||
i2c_bus_number bus;
|
i2c_bus_number bus;
|
||||||
i2c_address addr;
|
i2c_address addr;
|
||||||
|
|||||||
Reference in New Issue
Block a user