Merge remote-tracking branch 'adafruit/master' into bleio-rev

This commit is contained in:
Dan Halbert 2018-11-20 14:47:05 -05:00
commit c424ad844b

View File

@ -206,10 +206,9 @@ STATIC mp_obj_t time_time(void) {
} }
MP_DEFINE_CONST_FUN_OBJ_0(time_time_obj, time_time); MP_DEFINE_CONST_FUN_OBJ_0(time_time_obj, time_time);
//| .. method:: monotonic_ns(clk_id) //| .. method:: monotonic_ns()
//| //|
//| Return the time of the specified clock clk_id in nanoseconds. Refer to //| Return the time of the specified clock clk_id in nanoseconds.
//| Clock ID Constants for a list of accepted values for clk_id.
//| //|
//| :return: the current time //| :return: the current time
//| :rtype: int //| :rtype: int