Skip to content
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.

Commit

Permalink
Remove build_uart and build_dht22 from lpc17xx as they don't build an…
Browse files Browse the repository at this point in the history
…ymore
  • Loading branch information
simias committed Oct 23, 2014
1 parent 1e7b6e5 commit 4b15be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ when 'k20'
when 'stm32f4'
task :build_all => [:build_blink_stm32f4]
when 'lpc17xx'
task :build_all => [:build_empty, :build_blink, :build_uart, :build_dht22]
task :build_all => [:build_empty, :build_blink]
when 'tiva_c'
task :build_all => [:build_blink_tiva_c, :build_uart_tiva_c]
else
Expand Down

0 comments on commit 4b15be2

Please sign in to comment.