[2026-04-15 10:30 AM] STATIC 최신화 및 기능 점검 이상 없음
This commit is contained in:
14
.vscode/c_cpp_properties.json
vendored
14
.vscode/c_cpp_properties.json
vendored
@@ -1,14 +1,24 @@
|
|||||||
{
|
{
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "Win32",
|
"name": "TI C2000 DSP2833x",
|
||||||
"includePath": [
|
"includePath": [
|
||||||
"${workspaceFolder}/**"
|
"${workspaceFolder}/",
|
||||||
|
"C:/ti/c2000/C2000Ware_4_03_00_00/device_support/f2833x/common/include",
|
||||||
|
"C:/ti/c2000/C2000Ware_4_03_00_00/device_support/f2833x/headers/include",
|
||||||
|
"C:/ti/ccs1281/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/include"
|
||||||
],
|
],
|
||||||
"defines": [
|
"defines": [
|
||||||
"_DEBUG",
|
"_DEBUG",
|
||||||
"UNICODE",
|
"UNICODE",
|
||||||
"_UNICODE"
|
"_UNICODE"
|
||||||
|
],
|
||||||
|
"compilerPath": "C:/ti/ccs1281/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/bin/cl2000.exe",
|
||||||
|
"cStandard": "c99",
|
||||||
|
"cppStandard": "c++14",
|
||||||
|
"intelliSenseMode": "gcc-x86",
|
||||||
|
"forcedInclude": [
|
||||||
|
"C:/ti/c2000/C2000Ware_4_03_00_00/device_support/f2833x/common/include/DSP28x_Project.h"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
2
main.h
2
main.h
@@ -1,7 +1,7 @@
|
|||||||
#ifndef SOURCE_MAIN_H_
|
#ifndef SOURCE_MAIN_H_
|
||||||
#define SOURCE_MAIN_H_
|
#define SOURCE_MAIN_H_
|
||||||
|
|
||||||
#include <String.h>
|
#include <string.h>
|
||||||
#include "DSP28x_Project.h"
|
#include "DSP28x_Project.h"
|
||||||
#include "DSP2833x_Device.h"
|
#include "DSP2833x_Device.h"
|
||||||
#include "State.h"
|
#include "State.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user