drivers/pir: fix typo 'whan' -> 'when'

This commit is contained in:
Alexandre Abadie 2020-10-02 08:06:16 +02:00
parent dc8d32d30e
commit feac7dc978
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -123,7 +123,7 @@ pir_event_t pir_get_status(const pir_t *dev);
int pir_get_occupancy(pir_t *dev, int16_t *occup);
/**
* @brief Register a thread for notification whan state changes on the
* @brief Register a thread for notification when state changes on the
* motion sensor.
*
* @note