Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
Co-Authored-By: ChristopheJacquet <[email protected]>
  • Loading branch information
markondej and ChristopheJacquet authored Sep 23, 2019
1 parent d0de6f5 commit 5ef1dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ UNAME := $(shell uname -m)
# Determine Raspberry Pi version (if 2 or greater)
RPI_VERSION := $(shell cat /proc/device-tree/model | grep -a -o "Raspberry\sPi\s[0-9]" | grep -o "[0-9]")

# Determine the hardware platform and set propper compilation flags
# Determine the hardware platform and set proper compilation flags
ifeq ($(UNAME), armv6l)
ARCH_CFLAGS = -march=armv6 -O3 -mtune=arm1176jzf-s -mfloat-abi=hard -mfpu=vfp -ffast-math
TARGET = 1
Expand Down

0 comments on commit 5ef1dbe

Please sign in to comment.