Skip to content

Commit

Permalink
Remove superfluous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 committed Jan 9, 2024
1 parent 7c27775 commit c5bb709
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sming/Arch/Esp32/Components/esp32/sdk/soc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
#

ifeq (esp32,$(SMING_SOC))
# esp_dport_access_reg_read is added as an undefined symbol because otherwise
# the linker can ignore dport_access.c as it would no other files depending on any symbols in it.
SDK_UNDEF_SYMBOLS += \
esp_dport_access_reg_read
endif

0 comments on commit c5bb709

Please sign in to comment.