Skip to content

Commit

Permalink
Merge pull request #257 from badgeteam/renze/endofanera
Browse files Browse the repository at this point in the history
End of an era
  • Loading branch information
renzenicolai authored Feb 14, 2024
2 parents 605b850 + eae1fff commit 010d13b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion firmware/components/mpy_cross_build/mpy-cross/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ INC += -I..
INC += -I$(BUILD)

# compiler settings
CWARN = -Wall -Werror
CWARN = -Wall
CWARN += -Wpointer-arith -Wuninitialized
CFLAGS_MOD += -fno-stack-protector
CFLAGS = $(INC) $(CWARN) -std=gnu99 $(CFLAGS_MOD) $(COPT) $(CFLAGS_EXTRA)
Expand Down
4 changes: 2 additions & 2 deletions firmware/configs/sha2017_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ CONFIG_MONITOR_BAUD=115200
#
# Firmware & device configuration
#
CONFIG_INFO_FIRMWARE_NAME="Summer 2022"
CONFIG_INFO_FIRMWARE_BUILD=22080401
CONFIG_INFO_FIRMWARE_NAME="End of an era"
CONFIG_INFO_FIRMWARE_BUILD=24021401
CONFIG_INFO_HARDWARE_NAME="SHA2017"
CONFIG_INFO_HARDWARE_FOLDER="sha2017"
CONFIG_INFO_HARDWARE_WOEZEL_NAME="sha2017"
Expand Down

0 comments on commit 010d13b

Please sign in to comment.