Skip to content

Commit d6cb05d

Browse files
committed
[stm32f429i-discovery] Moved Chucks usart irq example to usart irq console.
Chucks irq example is more elaborate than the ported one so we keep both.
1 parent fbcb1ca commit d6cb05d

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

examples/stm32/f4/stm32f4-disco/usart-irq/Makefile renamed to examples/stm32/f4/stm32f429i-discovery/usart_irq_console/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
OBJS = clock.o
1919

20-
BINARY = usart-irq
20+
BINARY = usart_irq_console
2121

2222
# Example showing how to generate a map file.
2323
LDFLAGS += -Wl,--Map=$(BINARY).map

0 commit comments

Comments
 (0)