mirror of
https://github.com/apache/nuttx.git
synced 2026-08-05 14:19:03 +00:00
arch/arm/include/armv7-m: Last change requires inclusion of chip.h for definition.
This commit is contained in:
parent
af9bf8d721
commit
6230ab01b6
2 changed files with 2 additions and 1 deletions
|
|
@ -49,6 +49,7 @@
|
|||
#include <nuttx/irq.h>
|
||||
#ifndef __ASSEMBLY__
|
||||
# include <nuttx/compiler.h>
|
||||
# include <arch/chip/chip.h>
|
||||
# include <stdint.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ EOF
|
|||
}
|
||||
|
||||
fbinfo()
|
||||
{
|
||||
{
|
||||
# $1: LTDC start address
|
||||
# $2: LTDC len
|
||||
# $3: DMA2D len
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue