Skip to content

Commit

Permalink
Traking master uavcan changes
Browse files Browse the repository at this point in the history
  • Loading branch information
davids5 committed Nov 7, 2019
1 parent 7bf87a2 commit 2cd4f5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# include <nuttx/arch.h>
# include "up_arch.h"
# include <arch/board/board.h>
# include <chip/kinetis_pit.h>
# include <chip/kinetis_sim.h>
# include <hardware/kinetis_pit.h>
# include <hardware/kinetis_sim.h>
# include <syslog.h>
#else
# error "Unknown OS"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#if UAVCAN_STM32_NUTTX
# include <nuttx/arch.h>
# include <arch/board/board.h>
# include <chip/stm32_tim.h>
# include <hardware/stm32_tim.h>
# include <syslog.h>
#else
# error "Unknown OS"
Expand Down

0 comments on commit 2cd4f5b

Please sign in to comment.