diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-10-26 23:29:22 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-10-26 23:29:22 +0200 |
commit | 66cdf851a8e945adf702088d9f78f850c8b8932c (patch) | |
tree | bbeb6b4f30bfc08e2064a375c27fae4f88411559 /sw/Makefile | |
parent | f6c2c762afc1d527cf40f8925ecf22b8b5845b43 (diff) | |
download | glutte-batteries-66cdf851a8e945adf702088d9f78f850c8b8932c.tar.gz glutte-batteries-66cdf851a8e945adf702088d9f78f850c8b8932c.tar.bz2 glutte-batteries-66cdf851a8e945adf702088d9f78f850c8b8932c.zip |
Add preliminary mAh accumulator
Diffstat (limited to 'sw/Makefile')
-rw-r--r-- | sw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/Makefile b/sw/Makefile index e8057b2..6b49420 100644 --- a/sw/Makefile +++ b/sw/Makefile @@ -57,7 +57,7 @@ vpath %.hex ./$(BUILD_DIR) # GCC flags DEFINES=-DUART_RX0_BUFFER_SIZE=64 -DUART_TX0_BUFFER_SIZE=64 -DARDUINO=180 -FLAGS=-g -mmcu=$(PART) -Os -Wall -Wextra -Werror -DF_CPU=$(F_CPU) $(DEFINES) -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects +FLAGS=-g -mmcu=$(PART) -Os -Wall -Wextra -DF_CPU=$(F_CPU) $(DEFINES) -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects CFLAGS=$(FLAGS) -std=c99 CXXFLAGS=$(FLAGS) -std=c++11 -fno-exceptions -fno-threadsafe-statics INCLUDES=-I. -I$(LIB_DIR) |