cpu/esp32: fix typo in timer documentation

This commit is contained in:
Alexandre Abadie 2021-01-08 12:04:24 +01:00
parent 39db02ade0
commit 189f7d862d
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

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