mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 22:45:08 +00:00
Fix some errors found in build testing.
This commit is contained in:
parent
7d57d59197
commit
c0b5fb3b40
2 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@
|
|||
********************************************************************************************/
|
||||
|
||||
#include <nuttx/config.h>
|
||||
#include <chip/am335x_memorymap.h>
|
||||
#include "hardware/am335x_memorymap.h"
|
||||
|
||||
/********************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
************************************************************************************/
|
||||
|
||||
#include <nuttx/config.h>
|
||||
#include <chip/am335x_memorymap.h>
|
||||
#include "hardware/am335x_memorymap.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue