Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Jan 4, 2024
1 parent 3a17c20 commit 01eeab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ DFILES = $(SRCS:.cpp=.d)
TARGET = helios

all: $(TARGET).hex
@echo Detected Operating System: $(detected_OS)
@echo Detected Operating System: $(OS)
$(OBJDUMP) --disassemble --source --line-numbers --demangle --section=.text $(TARGET).elf > $(TARGET).lst
$(NM) --numeric-sort --line-numbers --demangle --print-size --format=s $(TARGET).elf > $(TARGET).map
chmod +x avrsize.sh
Expand Down

0 comments on commit 01eeab0

Please sign in to comment.