Skip to content

Commit

Permalink
i2c: Fix changes lost.
Browse files Browse the repository at this point in the history
  • Loading branch information
bargfred committed Jan 30, 2023
1 parent 7df6125 commit cf7f06b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ports/psoc6/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ CFLAGS_CORTEX_M4 = -mthumb -mtune=cortex-m4 -mcpu=cortex-m4 -msoft-float -fsingl
# -D_XOPEN_SOURCE=700 : makes sure the setenv/unsetenv headers are included
CFLAGS = $(INC) -Wall -Werror $(CFLAGS_CORTEX_M4) $(COPT) -std=c11 -D_XOPEN_SOURCE=700 -Wno-error=double-promotion -Wno-error=overflow

#CFLAGS = $(INC) -Wall -Werror -std=c99 $(CFLAGS_CORTEX_M4) $(COPT)
LDFLAGS = -Wl,--cref -Wl,--gc-sections


Expand Down

0 comments on commit cf7f06b

Please sign in to comment.