Skip to content

Commit 2defba5

Browse files
committed
fix(IWatchdog): remove errors and warnings raised by arduino-lint
ERROR: library.properties url value is less than minimum length. (Rule LP056) ERROR: library.properties url field value does not have a valid URL format. (Rule LP041) WARNING: Unable to load the library.properties url field: Head "": unsupported protocol scheme "" (Rule LP042) Signed-off-by: Frederic Pillon <[email protected]>
1 parent 085c68a commit 2defba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/IWatchdog/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ maintainer=stm32duino
55
sentence=Enables support for independent watchdog (IWDG) hardware on STM32 processors.
66
paragraph=Independent watchdog (IWDG) is a hardware timer on the chip which would generate a reset condition if the time is not reloaded within the specified time. It is generally used in production systems to reset the system if the CPU becomes "stuck".
77
category=Timing
8-
url=
8+
url=https://github.com/stm32duino/Arduino_Core_STM32/blob/main/libraries/IWatchdog/README.md
99
architectures=stm32

0 commit comments

Comments
 (0)