Skip to content

Commit ce37a44

Browse files
committed
format fix
1 parent c937fa1 commit ce37a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/nrf/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ INC += -I../../supervisor/shared/usb
8686

8787
#Debugging/Optimization
8888
ifeq ($(DEBUG), 1)
89-
CFLAGS += -ggdb3
89+
CFLAGS += -ggdb3
9090
OPTIMIZATION_FLAGS = -Og
9191
else
9292
OPTIMIZATION_FLAGS ?= -O2

0 commit comments

Comments
 (0)