Skip to content

Commit

Permalink
arch/arm/include/armv7-m: Last change requires inclusion of chip.h fo…
Browse files Browse the repository at this point in the history
…r definition.
  • Loading branch information
gregory-nutt committed Jun 6, 2018
1 parent af9bf8d commit 6230ab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions arch/arm/include/armv7-m/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
#include <nuttx/irq.h>
#ifndef __ASSEMBLY__
# include <nuttx/compiler.h>
# include <arch/chip/chip.h>
# include <stdint.h>
#endif

Expand Down
2 changes: 1 addition & 1 deletion configs/stm32f429i-disco/tools/fbcalc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ EOF
}

fbinfo()
{
{
# $1: LTDC start address
# $2: LTDC len
# $3: DMA2D len
Expand Down

0 comments on commit 6230ab0

Please sign in to comment.