fix typo datsheet -> datasheet (#942)

fix typo datsheet -> datasheet
This commit is contained in:
Mr. Green's Workshop 2022-08-02 21:26:04 +09:00 committed by GitHub
parent 0fa3e7247d
commit de8f857de4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ extern "C" {
* selected on one GPIO at a time. If the same peripheral input is connected to multiple GPIOs, the peripheral sees the logical
* OR of these GPIO inputs.
*
* Please refer to the datsheet for more information on GPIO function selection.
* Please refer to the datasheet for more information on GPIO function selection.
*/
enum gpio_function {
GPIO_FUNC_XIP = 0,