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,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>
@@ -98,4 +98,4 @@ struct UF2_Block {
std::assert(magicEnd == 0x0AB16F30, "Invalid magicEnd value!");
};
UF2_Block block[while(!std::mem::eof())] @ 0;
UF2_Block block[while(!std::mem::eof())] @ 0;