mirror of
https://github.com/zeldaret/tmc
synced 2026-07-10 07:06:52 -04:00
clang-format
This commit is contained in:
+2
-3
@@ -1,6 +1,5 @@
|
||||
#include "global.h"
|
||||
|
||||
void _DmaFill32(u32 a1, u32 a2, u32 a3)
|
||||
{
|
||||
void _DmaFill32(u32 a1, u32 a2, u32 a3) {
|
||||
DmaFill32(3, a1, a2, a3);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user