Skip to content
Snippets Groups Projects
Commit a11c386e authored by Carsten Schlote's avatar Carsten Schlote
Browse files

Fix linting

parent e90ee17a
Branches main
Tags v0.0.1
No related merge requests found
Pipeline #2336 passed with stages
in 56 seconds
......@@ -10,7 +10,7 @@ import std.stdint;
import std.stdio;
import std.traits;
/* Global memory typically found in code for embedded devices */
/** Global memory typically found in code for embedded devices */
__gshared ubyte[512] globalSharedBytes;
/** Shift an array by number of elements
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment