1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 23:41:18 +01:00
RIOT/drivers
Benjamin Valentin c1348c80a0 drivers/mtd_spi_nor: fix poll on init
The while condition for polling the chip ID is broken, it will always
poll for the max ammount of retries.

Change the condition from `or` to `and` to fix the logic.

fixes #15894
2021-02-11 22:49:42 +01:00
..
2020-11-18 18:38:48 +01:00
2020-12-02 10:13:10 +01:00
2020-10-23 01:26:09 +02:00
2020-12-02 10:13:10 +01:00
2020-10-23 01:26:09 +02:00
2020-10-23 01:26:09 +02:00
2020-11-27 09:20:08 +01:00
2021-01-18 10:42:34 +01:00
2021-01-28 11:51:28 +01:00
2020-10-23 01:26:09 +02:00
2021-01-14 10:00:43 +01:00
2021-01-26 16:56:02 +01:00