Skip to content

Commit

Permalink
Fixed typo in Makefile (CC: @maximevince)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Lacamera committed Mar 24, 2015
1 parent 0643265 commit 2aa3c4a
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 @@ -105,7 +105,7 @@ ifeq ($(ARCH),cortexm4-softfloat)
endif

ifeq ($(ARCH),cortexm3)
CFLAGS+=DCORTEX_M3 -mcpu=cortex-m3 -mthumb -mlittle-endian -mthumb-interwork
CFLAGS+=-DCORTEX_M3 -mcpu=cortex-m3 -mthumb -mlittle-endian -mthumb-interwork
endif

ifeq ($(ARCH),arm9)
Expand Down

0 comments on commit 2aa3c4a

Please sign in to comment.