1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

remove left-over comment about compile time configs

No functional changes.
This commit is contained in:
Stacey Sheldon 2011-07-06 22:36:15 -04:00
parent e82539c654
commit bf39ab7a22

View File

@ -383,9 +383,6 @@ ifeq ($(ERASE_FLASH), YES)
CDEFS += -DERASE_FLASH
endif
# USART port functions. NO means do not use this function.
# YES means use with default USART port number (hardware-dependent).
# Number means use with specified USART port number (this value).
ifneq ($(USE_GPS), NO)
CDEFS += -DUSE_GPS
endif