sensor_ds18b20: minor, add spacing around operator

This commit is contained in:
King Kévin 2020-12-07 19:07:21 +01:00
parent a4b5f95b07
commit 58ef5f3d1b
2 changed files with 16 additions and 16 deletions

View File

@ -2,7 +2,7 @@
* @file * @file
* @author King Kévin <kingkevin@cuvoodoo.info> * @author King Kévin <kingkevin@cuvoodoo.info>
* @copyright SPDX-License-Identifier: GPL-3.0-or-later * @copyright SPDX-License-Identifier: GPL-3.0-or-later
* @date 2017 * @date 2017-2020
* @note peripherals used: 1-Wire (timer @ref onewire_master_timer, GPIO @ref onewire_master_gpio) * @note peripherals used: 1-Wire (timer @ref onewire_master_timer, GPIO @ref onewire_master_gpio)
* @warning this library does not support parasite power mode and alarms * @warning this library does not support parasite power mode and alarms
*/ */

View File

@ -2,7 +2,7 @@
* @file * @file
* @author King Kévin <kingkevin@cuvoodoo.info> * @author King Kévin <kingkevin@cuvoodoo.info>
* @copyright SPDX-License-Identifier: GPL-3.0-or-later * @copyright SPDX-License-Identifier: GPL-3.0-or-later
* @date 2017 * @date 2017-2020
* @note peripherals used: 1-Wire (timer @ref onewire_master_timer, GPIO @ref onewire_master_gpio) * @note peripherals used: 1-Wire (timer @ref onewire_master_timer, GPIO @ref onewire_master_gpio)
* @warning this library does not support parasite power mode and alarms * @warning this library does not support parasite power mode and alarms
*/ */