cpu/esp32: fix typo in Doxygen comment

depenend => depend
This commit is contained in:
Alexandre Abadie 2021-01-07 22:17:01 +01:00
parent 907c673020
commit b4458e73f2
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -498,7 +498,7 @@ typedef struct {
/** /**
* @name Timer configuration depenend on which implementation is used * @name Timer configuration depend on which implementation is used
* *
* Timers are MCU built-in feature and not board-specific. They are therefore * Timers are MCU built-in feature and not board-specific. They are therefore
* configured here. * configured here.