[−][src]Function mynewt::kernel::os::os_time_change_remove
pub unsafe extern "C" fn os_time_change_remove(
listener: *const os_time_change_listener
) -> c_int
Unregisters a time change listener.
NOTE: This function is not thread safe. The following operations must be kept exclusive: o Addition of listener o Removal of listener o Setting time
listener
: The listener to unregister.