summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-12-21 12:46:20 +0700
committerhathach <[email protected]>2018-12-21 12:46:20 +0700
commit6f17b4e01973185beb2876f827a76e4200ee0ef3 (patch)
tree83259383dfcbe984b846309e2757e0581677b539 /src/device
parent426064201a2a28bf9c21f2cb05f9bd0fe2213ac7 (diff)
change to dcd_get_frame_number
Diffstat (limited to 'src/device')
-rw-r--r--src/device/dcd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/device/dcd.h b/src/device/dcd.h
index 408922740..abd85a70b 100644
--- a/src/device/dcd.h
+++ b/src/device/dcd.h
@@ -100,8 +100,8 @@ void dcd_int_disable(uint8_t rhport);
void dcd_set_address(uint8_t rhport, uint8_t dev_addr);
void dcd_set_config (uint8_t rhport, uint8_t config_num);
-// Get current micro-frame number
-uint32_t dcd_get_microframe(uint8_t rhport);
+// Get current frame number
+uint32_t dcd_get_frame_number(uint8_t rhport);
/*------------------------------------------------------------------*/
/* Event Function