0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00

add include

This commit is contained in:
2025-04-14 16:38:20 +02:00
parent a89b60b9ad
commit 38b2d7535e
2 changed files with 3 additions and 1 deletions

View File

@@ -7,7 +7,8 @@
"lib.h": "c",
"common.h": "c",
"modulator.h": "c",
"control_pipe.h": "c"
"control_pipe.h": "c",
"stdlib.h": "c"
},
"C_Cpp.codeAnalysis.clangTidy.checks.disabled": [
"clang-diagnostic-error"

View File

@@ -1,3 +1,4 @@
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>