patterns: fix description pragmas (#181)

This commit is contained in:
iTrooz
2023-10-24 17:25:43 +02:00
committed by GitHub
parent edd0aa9a2f
commit e517e3534b
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#pragma description [Intel hexadecimal object file format definition]("https://en.wikipedia.org/wiki/Intel_HEX")
#pragma description Intel hexadecimal object file format definition
/* If you have no delimiters between data records then remove
* the null_bytes field in the data_packet struct.

View File

@@ -1,5 +1,5 @@
#pragma author WerWolv
#pragma description [USB Flashing Format](https://github.com/microsoft/uf2)
#pragma description USB Flashing Format
#include <std/sys.pat>
#include <std/mem.pat>