diff options
| author | hathach <[email protected]> | 2019-11-22 00:32:49 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-11-22 00:33:10 +0700 |
| commit | 03deeea4655dc3cb39011397254f8dc6b5c9383f (patch) | |
| tree | 7f29da43515f7cf2daa895fef15455160527930c /src/host/usbh.c | |
| parent | f5d737aa7ec6abde5738d29510c8416d5e8b17e7 (diff) | |
fix segger host example
Diffstat (limited to 'src/host/usbh.c')
| -rw-r--r-- | src/host/usbh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/usbh.c b/src/host/usbh.c index 42a99f3d2..9e1861f87 100644 --- a/src/host/usbh.c +++ b/src/host/usbh.c @@ -95,7 +95,7 @@ static host_class_driver_t const usbh_class_drivers[] = #endif
};
-enum { USBH_CLASS_DRIVER_COUNT = TU_ARRAY_SZIE(usbh_class_drivers) };
+enum { USBH_CLASS_DRIVER_COUNT = TU_ARRAY_SIZE(usbh_class_drivers) };
//--------------------------------------------------------------------+
// INTERNAL OBJECT & FUNCTION DECLARATION
|
