Fix driver implementation

This commit is contained in:
EnderIce2
2024-07-07 03:15:17 +03:00
parent f85935f8f3
commit 4ecf37c44e
64 changed files with 2893 additions and 2863 deletions

View File

@@ -4,14 +4,14 @@
"head",
],
"body": [
"#ifndef __FENNIX_API_${2:header}_H__",
"#define __FENNIX_API_${2:header}_H__",
"#ifndef __FENNIX_DRIVER_${2:header}_H__",
"#define __FENNIX_DRIVER_${2:header}_H__",
"",
"#include <types.h>",
"",
"$0",
"",
"#endif // !__FENNIX_API_${2:header}_H__",
"#endif // !__FENNIX_DRIVER_${2:header}_H__",
""
],
"description": "Create header."