Typo intialise->initialize

This commit is contained in:
Nathan
2018-11-06 21:56:54 -08:00
parent bf13a6db68
commit 20d9a21d13

View File

@@ -42,7 +42,7 @@ As said above there are three main users of the HAL:
A HAL implementation provides the interfacing between the hardware and and the users of the HAL traits. Typical implementations consist of three parts:
* One or more hardware specific types
* Functions to create and intialise such a type, often providing various configuration options (speed, operation mode, use pins, etc.)
* Functions to create and initialize such a type, often providing various configuration options (speed, operation mode, use pins, etc.)
* one or more `trait` `impl` of **embedded-hal** traits for that type
Such a **HAL implementation** can come in various flavours: