mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-08-27 05:54:58 +00:00
Fix driver implementation
This commit is contained in:
6
.vscode/c_boilerplates.code-snippets
vendored
6
.vscode/c_boilerplates.code-snippets
vendored
@@ -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."
|
||||
|
Reference in New Issue
Block a user