You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: libraries/IWatchdog/library.properties
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,5 +5,5 @@ maintainer=stm32duino
5
5
sentence=Enables support for independent watchdog (IWDG) hardware on STM32 processors.
6
6
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".
0 commit comments