mirror of
https://github.com/apache/nuttx.git
synced 2026-08-11 15:35:10 +00:00
Freedom K66F: Fix a compilation error. Was including the wrong chip.h
This commit is contained in:
parent
04ea69c32f
commit
c8018f2b09
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@
|
|||
# include <stdint.h>
|
||||
#endif
|
||||
|
||||
#include "chip.h"
|
||||
#include <arch/chip/chip.h>
|
||||
|
||||
/************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue