diff options
Diffstat (limited to 'Demos/Device')
-rw-r--r-- | Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h b/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h index 285883bae..17a34ace7 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h +++ b/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h @@ -61,7 +61,7 @@ /** Enum for the possible NDIS adapter states. */ enum RNDIS_States_t { - RNDIS_Uninitialized = 0, /**< Adapter currently uninitialised */ + RNDIS_Uninitialized = 0, /**< Adapter currently uninitialized */ RNDIS_Initialized = 1, /**< Adapter currently initialized but not ready for data transfers */ RNDIS_Data_Initialized = 2, /**< Adapter currently initialized and ready for data transfers */ }; |