Skip to content

Commit

Permalink
🚸 Add some defines again
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Jan 8, 2025
1 parent 20df531 commit 524bb88
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .clangd
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
CompileFlags:
Add:
- -undef
- -D__interrupt=
- -Dnear=
- -Dfar=
- -D__cregister=
- -D__asm=asm
- -D__TI_COMPILER_VERSION__=7004024
- -D__DATE__='mmmm dd yy'
- -D__FILE__='file.c'
- -D__TI_EABI__=1
- -D__TIME__=HH:MM:SS
- -D__interrupt=
- -D__cregister=
- -D__asm=asm
- -D__TMS320C6X__=1
# - -D__TMS320C6600__=1
# - -D__TMS320C6740__=1
Expand All @@ -22,7 +24,6 @@ CompileFlags:
- -D__WCHAR_T_TYPE__=int
- -D__PTRDIFF_T_TYPE__=int
- -D__int40_t=int
- -Dfar=
- -nostdinc
- -nostdinc++
- -std=gnu89
Expand Down

0 comments on commit 524bb88

Please sign in to comment.